fix: consolidate media queries to be consistent with ranges

This commit is contained in:
Christian Andolf
2025-04-09 12:09:57 +02:00
parent e6aa177e6f
commit ee72f58c33
13 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
align-content: start;
}
@media screen and (min-width: 767px) {
@media screen and (min-width: 768px) {
.grid {
grid-template-columns: repeat(2, 1fr);
}