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 97790d929e
commit 7fa08d4b6d
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

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