add padding for nav

This commit is contained in:
nc 2023-02-13 15:16:03 +07:00
parent 2ba343ff1a
commit ced22dfca4
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
.HeaderBlock {
padding-top: 1em;
}
.LinkText { .LinkText {
color: #eeeeee; color: #eeeeee;
text-decoration: none; text-decoration: none;
@ -31,7 +35,7 @@
@media only screen and (min-width: 48em) { @media only screen and (min-width: 48em) {
.HeaderBlock { .HeaderBlock {
margin-top: 4em; padding-top: 4em;
} }
} }

View File

@ -2,8 +2,7 @@
.post { .post {
color: white; color: white;
.HeaderContainer { .HeaderContainer {
text-align: center; margin-bottom: 2em;
margin-bottom: 4em;
} }
.article { .article {
.article-content { .article-content {