1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-03 02:53:31 +02:00

docs: add share buttons

This commit is contained in:
BcRikko
2019-02-23 17:28:05 +09:00
parent 17846a9719
commit 29fddfb9be
3 changed files with 44 additions and 7 deletions

View File

@@ -8,10 +8,22 @@ body {
margin: 0 auto;
}
header i.brand {
header {
display: flex;
align-items: baseline;
border-bottom: 4px solid #D3D3D3;
}
header > .brand i.brand-logo {
margin-right: 1rem;
}
header > .social-buttons {
margin-left: 2rem;
}
header > .social-buttons > p {
margin-bottom: 0;
}
footer {
margin-top: 3rem;
text-align: center;
@@ -26,7 +38,7 @@ h2 > a {
}
.topic {
margin-bottom: 3rem;
margin-top: 3rem;
}
/* github link */
@@ -192,4 +204,3 @@ h3.topic-title > i {
}
/* Articles */