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

@@ -11,7 +11,7 @@
max-width: var(--max-width-page);
}
@media screen and (min-width: 767px) {
@media screen and (min-width: 768px) {
.section {
padding: var(--Spacing-x9) 0;
}