mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Reduce width of boosts carousel
Make it show roughly 3 boosts at a time
This commit is contained in:
parent
af6e51fb72
commit
a362a9367f
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue