Skip to content

Commit 222eb75

Browse files
committed
changed the media query breakpoints, to 1200px and 768px
1 parent 7876714 commit 222eb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_assets/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ footer .donate a {
228228
}
229229

230230
/* Media Queries for responsiveness */
231-
@media screen and (max-width: 1024px) {
231+
@media screen and (max-width: 1200px) {
232232
/* For listing.html */
233233
#thumbnaillist {
234234
gap: 6vw 5%;
@@ -248,7 +248,7 @@ footer .donate a {
248248
}
249249
}
250250

251-
@media screen and (max-width: 600px) {
251+
@media screen and (max-width: 768px) {
252252
/* For listing.html */
253253
#thumbnaillist {
254254
gap: 12vw 7%;

0 commit comments

Comments
 (0)