Skip to content

Commit 6abc02f

Browse files
committed
MOBILE PLEASE
1 parent 2c09361 commit 6abc02f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ br { margin-bottom: 20px; }
312312

313313
.column {
314314
flex: 1;
315-
min-width: 400px;
315+
min-width: auto;
316316
}
317317

318318
ul {
@@ -349,6 +349,7 @@ br { margin-bottom: 20px; }
349349

350350
@media (max-width: 768px){
351351
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
352+
min-width: auto;
352353
}
353354
}
354355

0 commit comments

Comments
 (0)