(cq) remove duplicated code

This commit is contained in:
Simon Vieille 2022-08-21 13:48:16 +02:00 committed by Gitea
parent 49f45534de
commit 47c2beae4a

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) {