Remove margin-bottom on xs to fix styling weirdness

This commit is contained in:
WithoutPants 2025-12-05 08:20:22 +11:00
parent 3bb7d5d418
commit b6ba22403f

View file

@ -828,7 +828,6 @@ button.btn.favorite-button {
}
@include media-breakpoint-down(xs) {
.sidebar {
margin-bottom: $navbar-height;
margin-top: 0;
}
}