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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user