Removing huge logo banner thing on admin page on mobile

This commit is contained in:
Darius Kazemi 2024-07-03 15:20:34 -07:00
parent cf3234adfd
commit e09be08a6b
1 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,13 @@ $content-width: 840px;
height: 100px;
}
// Hometown edit to remove huge logo at top of admin page on mobile
@media screen and (max-width: $no-gap-breakpoint - 285px - 1px) {
.logo {
display: none;
}
}
.logo--wordmark {
display: inherit;
margin: inherit;