Reduce width of boosts carousel

Make it show roughly 3 boosts at a time
This commit is contained in:
Lim Chee Aun 2023-01-18 00:56:35 +08:00
parent af6e51fb72
commit a362a9367f

View file

@ -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));
}
}