Skip to content

Commit d43c0ee

Browse files
committed
Seahawk II bullet point fix for mobile test
1 parent a1024dc commit d43c0ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

assets/css/style.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,7 @@ br { margin-bottom: 20px; }
348348
}
349349

350350
@media screen and (max-width: 600px) {
351-
.column {
352-
flex: 1 1 100%;
353-
}
351+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
354352
}
355353
}
356354

0 commit comments

Comments
 (0)