This commit is contained in:
2023-06-06 11:45:48 +02:00
parent ca6010fd3f
commit 1d745f28fc

View File

@@ -94,7 +94,8 @@
max-height: calc(100vh - 5rem); max-height: calc(100vh - 5rem);
} }
.section__intro { .section__intro,
.section--switch .section__intro {
flex-direction: row; flex-direction: row;
} }
@@ -125,7 +126,7 @@
} }
.section__picture { .section__picture {
width: 50vw; width: 50%;
height: 100%; height: 100%;
max-height: 100%; max-height: 100%;
z-index: 1; z-index: 1;