fix: change menu postion based on platform

This commit is contained in:
Evandre Silva
2022-04-08 12:31:23 +01:00
parent 773761a220
commit 9c84631049
6 changed files with 29 additions and 17 deletions
+14 -8
View File
@@ -121,16 +121,22 @@
display: none;
}
@media only screen and (min-width: 1366px) {
// @media only screen and (min-width: 1366px) {
.mobile{
display: none !important;
}
.desktop{
display: block;
}
// .mobile{
// display: none !important;
// }
// .desktop{
// display: block;
// }
}
// }
.mobile{
display: none !important;
}
.desktop{
display: block;
}
.tab{
height: 65px;