add padding for nav
This commit is contained in:
parent
2ba343ff1a
commit
ced22dfca4
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,8 +2,7 @@
|
||||
.post {
|
||||
color: white;
|
||||
.HeaderContainer {
|
||||
text-align: center;
|
||||
margin-bottom: 4em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.article {
|
||||
.article-content {
|
||||
|
Loading…
Reference in New Issue
Block a user