Fix mobile header #232

Closed
a3thakra wants to merge 1 commits from jared-fix-mobile-header into main
1 changed files with 7 additions and 0 deletions

View File

@ -29,3 +29,10 @@
.main > .miniEventCards {
margin-top: 0;
}
@media only screen and (max-width: calc(425rem / 16)) {
.header {
display: flex;
flex-direction: column;
}
}