fix(previous-editions): fix cell-width to render correctly
All checks were successful
Deploy Fefan / deploy (push) Successful in 3m31s

This commit is contained in:
Julien Aldon
2026-04-21 16:22:04 +02:00
parent ce7fb3eca7
commit 1fb13b6093

View File

@@ -1,5 +1,5 @@
.editionSection {
--cell-width: 14.25rem;
--cell-width: 10.25rem;
display: grid;
scroll-snap-align: center;
@@ -86,7 +86,7 @@
grid-column: span 3;
}
article:nth-of-type(n+5) {
article:nth-of-type(n + 5) {
display: none;
}
}
@@ -100,7 +100,7 @@
grid-column: span 2;
}
article:nth-of-type(n+3) {
article:nth-of-type(n + 3) {
display: none;
}
}
@@ -150,7 +150,7 @@
grid-column: span 2;
}
article:nth-of-type(n+3) {
article:nth-of-type(n + 3) {
display: none;
}
}