(cq) remove duplicated code

This commit is contained in:
Simon Vieille 2022-08-21 13:48:16 +02:00
parent 373b8393bf
commit 280c1d72ae
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -315,6 +315,7 @@
@media screen and (max-width: 1024px) {
#side-menu.side-menu-big {
max-width: 290px;
height: 100vh;
}
.side-menu-categories {
@ -325,10 +326,6 @@
.side-menu-category {
padding: 10px 0;
}
#side-menu.side-menu-big {
height: 100vh;
}
}
@media screen and (min-width: 1024px) {