Fix header selector for mobile media query.

This commit is contained in:
天クマ 2026-07-10 13:09:18 -03:00
commit 1326b8335f
2 changed files with 10 additions and 3 deletions

View file

@ -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 {