Skip to content

Commit 4881ac6

Browse files
committed
updated gallery.css
1 parent 7d41339 commit 4881ac6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

assets/gallery.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@ a:focus {
9191
font-size: 1rem;
9292
letter-spacing: 0.02em;
9393
color: #222;
94-
}
94+
}
95+
96+
@media (max-width: 420px) {
97+
.gallery-container {
98+
grid-template-columns: repeat(2, 1fr);
99+
}
100+
}

0 commit comments

Comments
 (0)