Skip to content

Commit 16be1c8

Browse files
committed
adjust image size on smallest screens
1 parent d4f11e6 commit 16be1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/pages/_downloads.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
}
265265
}
266266
.downloads-section {
267-
grid-template-columns: repeat(1, 1fr);
267+
grid-template-columns: repeat(1, 100%);
268268
}
269269
}
270270
}

0 commit comments

Comments
 (0)