Add spaces between social links.
This commit is contained in:
parent
b3797f60d2
commit
904963e7ea
@ -31,6 +31,13 @@
|
|||||||
a {
|
a {
|
||||||
color: #00e;
|
color: #00e;
|
||||||
}
|
}
|
||||||
|
#social a:last-child {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
#social a {
|
||||||
|
padding-right: 0.5ex;
|
||||||
|
border-right: 1px solid #000;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -54,7 +61,7 @@
|
|||||||
<h2>Projects</h2>
|
<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>.
|
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>
|
<section id="social">
|
||||||
<h2>Find me</h2>
|
<h2>Find me</h2>
|
||||||
<a href="https://github.com/kenkeiras">GitHub</a>
|
<a href="https://github.com/kenkeiras">GitHub</a>
|
||||||
<a href="https://gitlab.com/kenkeiras">GitLab</a>
|
<a href="https://gitlab.com/kenkeiras">GitLab</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user