Don't statically pin the size of the carousel
This commit is contained in:
parent
f50445e508
commit
e8a4bf58b1
|
@ -2780,8 +2780,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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue