Fix header selector for mobile media query.
This commit is contained in:
parent
ac895d086c
commit
1326b8335f
2 changed files with 10 additions and 3 deletions
|
|
@ -1310,15 +1310,15 @@ header div:first-child {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
header {
|
||||
padding-top: 1.4rem;
|
||||
.headerContent {
|
||||
padding-top: 1rem;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
header ul {
|
||||
margin: auto;
|
||||
margin-bottom: 1.4rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
Loading…
Reference in a new issue