This commit is contained in:
2023-06-06 09:03:02 +02:00
parent 7db424e3d8
commit e24e864c70
2 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
.header.is-open .header__mobile { .header.is-open .header__mobile {
display: block; display: block;
position: fixed;
} }
.header__section { .header__section {
@@ -29,6 +28,9 @@
.header__mobile { .header__mobile {
display: none; display: none;
position: fixed;
top: 5rem;
left: 0;
width: 100%; width: 100%;
height: calc(100% - 4.75rem); height: calc(100% - 4.75rem);
background-color: var(--color-white); background-color: var(--color-white);

View File

@@ -225,7 +225,6 @@
.section--preview.horizontal img { .section--preview.horizontal img {
width: 90vh; width: 90vh;
height: 90vw; height: 90vw;
transform: rotate(0deg);
} }
/* .section--preview.horizontal .close--preview { /* .section--preview.horizontal .close--preview {
@@ -259,9 +258,9 @@
} }
.section--preview img { .section--preview img {
width: 90%; width: 90vh;
max-width: 100rem; max-width: 100rem;
height: 90%; height: 90vw;
max-height: 56.25rem; max-height: 56.25rem;
object-fit: cover; object-fit: cover;
box-shadow: var(--shadow-outset); box-shadow: var(--shadow-outset);