add padding for nav
This commit is contained in:
parent
2ba343ff1a
commit
ced22dfca4
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user