change breakpoint to 1050px

This commit is contained in:
isUnknown 2024-09-21 15:55:55 +02:00
parent c6769af697
commit 65d0740f92
18 changed files with 35 additions and 36 deletions

View file

@ -112,7 +112,7 @@
text-align: -webkit-right;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.calendar-strip {
--padding-vertical: 1rem;
border-top: var(--border);

View file

@ -16,7 +16,7 @@ section.callout a {
align-items: center;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
section.callout {
padding: 2.25rem 2rem;
}

View file

@ -76,14 +76,14 @@
width: auto !important;
}
@media screen and (min-width: 800px) {
@media screen and (min-width: 1050px) {
.session .left-column,
.session .right-column {
display: contents;
}
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.collapsable__content .session {
grid-template-columns: 1fr 1fr !important;
column-gap: 9vw;

View file

@ -20,7 +20,7 @@ section.key-infos .key-infos__key:not(:last-child) {
margin-right: 3rem;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
section.key-infos ul {
display: grid;
grid-template-columns: 1fr 1fr;

View file

@ -20,7 +20,7 @@
font-size: var(--font-size-s);
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.presentation {
grid-template-columns: 1fr;
row-gap: 1rem;

View file

@ -67,7 +67,7 @@
z-index: 3;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.events-grid {
--padding-vertical: 10vw;
}

View file

@ -42,7 +42,7 @@
top: 0;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.main-footer {
grid-template-columns: 1fr;
row-gap: 1rem;

View file

@ -256,7 +256,7 @@ img.show {
scale: var(--scale-up);
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.mobile-group {
display: block;
}

View file

@ -74,7 +74,7 @@
opacity: 0;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.hero__text h2 {
text-align: center;
}

View file

@ -170,7 +170,7 @@
max-width: 0.9ch;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.main-nav__featured-pages {
display: none;
}

View file

@ -41,7 +41,7 @@ section.newsletter form button[type="submit"]:hover::before {
transform: translateX(-2.5rem);
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
section.newsletter {
--padding-vertical: 1.3rem;
}

View file

@ -79,7 +79,7 @@
object-fit: contain;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.anchors-strip {
display: none;
}

View file

@ -2,7 +2,7 @@
margin-right: 4vw;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.filters {
display: none;
}

View file

@ -1,4 +1,4 @@
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
.grid,
.hero {
grid-template-columns: 1fr;

View file

@ -45,7 +45,7 @@
width: 2.5rem;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
#swiper {
position: static !important;
}

View file

@ -45,7 +45,7 @@
--transition-image-opacity: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1050px) {
:root {
--font-size-xl: 2.5rem;
--font-size-h1: 1.875rem;