chg: reduce discover button size and hide suffix on small screens (< 430px)

This commit is contained in:
Valentin Lab
2026-03-27 13:36:36 +01:00
parent f27a7ef8e6
commit 8d94c038ad
2 changed files with 8 additions and 2 deletions

View File

@@ -449,4 +449,10 @@ div.megamenu ul.megamenu li.megamenu.level1
.shelve-title {
font-size: 1.4em;
}
.shelve-btn {
font-size: 0.8em;
}
.shelve-btn-suffix {
display: none;
}
}