Skip to content

Commit bdcbc84

Browse files
committed
Test for media margins
1 parent 6a874af commit bdcbc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ br { margin-bottom: 20px; }
14721472
grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
14731473

14741474
@media (max-width: 768px) {
1475-
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
1475+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
14761476
.top-left h2 {
14771477
display: none;
14781478
}

0 commit comments

Comments
 (0)