fix(previous-editions): fix cell-width to render correctly
All checks were successful
Deploy Fefan / deploy (push) Successful in 3m31s
All checks were successful
Deploy Fefan / deploy (push) Successful in 3m31s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user