Fix: re-center navbar brand on mobile with notifications button

This commit is contained in:
shamoon 2025-02-12 21:30:44 -08:00
parent 518091f856
commit a9ef7ff58e
No known key found for this signature in database

View File

@ -244,6 +244,13 @@ main {
}
}
@media screen and (max-width: 768px) {
.navbar-toggler {
// compensate for 2 buttons on the right
margin-right: 45px;
}
}
@media screen and (min-width: 768px) {
.navbar-brand.slim {
max-width: 50px;