make it more mobile friendly.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-11 20:52:55 -07:00
parent f696030ac2
commit 75d610200b
2 changed files with 22 additions and 2 deletions

View File

@@ -133,3 +133,17 @@ html {
}
}
/*Media Queries*/
@media (max-width: 576px){
.lubelogger-tab{
display:none;
}
.lubelogger-navbar{
justify-content: space-between;
}
}
@media(min-width: 576px){
.lubelogger-navbar-button {
display: none;
}
}