Skip to content

Commit 28acff9

Browse files
committed
changing layout from 3 columns to 2 columns
1 parent 5525d58 commit 28acff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ a:hover {
326326

327327
@media (min-width: 768px) {
328328
.content-grid {
329-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
329+
grid-template-columns: repeat(2, 1fr);
330330
}
331331
}
332332

0 commit comments

Comments
 (0)