Don't statically pin the size of the carousel

This commit is contained in:
Natsu Kagami 2023-09-10 23:42:05 +02:00
parent e9067bd420
commit f07236307a
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -2665,8 +2665,8 @@ ul.link-list li a .icon {
padding: 32px; padding: 32px;
} */ } */
li.timeline-item-carousel { li.timeline-item-carousel {
width: 95vw; /* width: 95vw;
max-width: calc(320px * 3.3); max-width: calc(320px * 3.3); */
transform: translateX(calc(-50% + var(--main-width) / 2)); transform: translateX(calc(-50% + var(--main-width) / 2));
} }
} }