We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccd560 commit edd99dbCopy full SHA for edd99db
1 file changed
gallery.md
@@ -19,7 +19,7 @@ Photographs from the Bioinformatics Technologies Lab over the years, including l
19
20
.gallery {
21
display: grid;
22
- grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
+ grid-template-columns: repeat(auto-fit, minmax(445px, 1fr));
23
justify-content: center;
24
gap: 1.8rem;
25
}
0 commit comments