Fix responsive shits
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100vh;
|
||||
width: 60px;
|
||||
z-index: 1;
|
||||
list-style-type: none;
|
||||
background: rgb(252, 220, 171, 0.85);
|
||||
overflow: hidden;
|
||||
@@ -69,4 +69,10 @@
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 601px) {
|
||||
.menu-collapsed {
|
||||
width: 60px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user