chg: reduce spacing between article thumbnails on small screens (< 430px)

This commit is contained in:
Valentin Lab
2026-03-27 13:55:37 +01:00
parent 2184f1e83c
commit 64af20e10a
2 changed files with 5 additions and 1 deletions

View File

@@ -463,4 +463,8 @@ div.megamenu ul.megamenu li.megamenu.level1
font-size: 0.8em;
height: 36px;
}
.shelve-slide {
padding-left: 0.15rem !important;
padding-right: 0.15rem !important;
}
}