make it more mobile friendly.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user