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 {
color: #eeeeee;
text-decoration: none;
@ -31,7 +35,7 @@
@media only screen and (min-width: 48em) {
.HeaderBlock {
margin-top: 4em;
padding-top: 4em;
}
}

View File

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