Add spaces between social links.

This commit is contained in:
Sergio Martínez Portela 2022-01-08 01:07:35 +01:00
parent b3797f60d2
commit 904963e7ea

View File

@ -31,6 +31,13 @@
a {
color: #00e;
}
#social a:last-child {
border: none;
}
#social a {
padding-right: 0.5ex;
border-right: 1px solid #000;
}
</style>
</head>
<body>
@ -54,7 +61,7 @@
<h2>Projects</h2>
My most stable project is <a href="https://programaker.com">PrograMaker</a>. Other work-in-progress is in <a href="https://github.com/kenkeiras">GitHub</a>.
</section>
<section>
<section id="social">
<h2>Find me</h2>
<a href="https://github.com/kenkeiras">GitHub</a>
<a href="https://gitlab.com/kenkeiras">GitLab</a>