Skip to content

Commit d3826ea

Browse files
committed
archive-main cols: auto-fit minmax 21.25rem
1 parent 7c8a369 commit d3826ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

styles.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ p {
9494

9595
.archive-main {
9696
display: grid;
97-
grid-template-columns: 2fr 1fr;
98-
/* grid-template-rows: 1fr;
99-
grid-template-columns: repeat(2, 1fr);
100-
grid-template-rows: repeat(1, 1fr); */
97+
grid-template-columns: repeat(auto-fit, minmax(21.25rem, 1fr));
10198
gap: var(--row-gap-small);
10299
}
103100

0 commit comments

Comments
 (0)