Reduce width of boosts carousel

Make it show roughly 3 boosts at a time
pull/51/head
Lim Chee Aun 2023-01-18 00:56:35 +08:00
rodzic af6e51fb72
commit a362a9367f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1004,6 +1004,7 @@ meter.donut:is(.danger, .explode):after {
}
li:has(.boost-carousel) {
width: 95vw;
max-width: calc(320px * 3.3);
transform: translateX(calc(-50% + 20em));
}
}