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

@@ -199,7 +199,7 @@
.image {
object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1367px) {
@media (min-width: 768px) and (max-width: 1366px) {
.fullViewContainer {
padding: var(--Spacing-x5);
}