mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
mobile hamburger menu if 810px
This commit is contained in:
parent
5257535b85
commit
e4c3f9b729
@ -276,7 +276,7 @@ export default {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 730px) {
|
||||
@media only screen and (max-width: 810px) {
|
||||
#nav-search-box,
|
||||
.main-navigation-right {
|
||||
margin: 10px 0px;
|
||||
@ -289,7 +289,7 @@ export default {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 730px) {
|
||||
@media only screen and (min-width: 810px) {
|
||||
.footer-mobile,
|
||||
.mobile-hamburger-menu {
|
||||
display: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user