Fix SideBar animation in 767px to 769px range

This commit is contained in:
Kilian 2022-04-16 01:18:00 +02:00
parent ca3805c44e
commit 0315854c79

View File

@ -26,7 +26,7 @@
}
}
@media (min-width: $mediumScreen) {
@media (min-width: calc(#{$mediumScreen} + 1px)) {
.sidebar {
margin-left: 0;
}