This commit is contained in:
2023-06-06 07:52:18 +02:00
parent a7dc492f55
commit 7909961665
2 changed files with 3 additions and 3 deletions

View File

@@ -68,6 +68,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
min-height: 24rem;
padding: 2rem; padding: 2rem;
} }
@@ -226,7 +227,7 @@
z-index: 10; z-index: 10;
} }
.section--preview.horizontal .close--preview { /* .section--preview.horizontal .close--preview {
left: 0.25rem; left: 0.25rem;
right: unset; right: unset;
} }
@@ -250,7 +251,7 @@
.section--preview.horizontal .preview--next { .section--preview.horizontal .preview--next {
top: 0; top: 0;
right: unset; right: unset;
} } */
.section--preview.is-open { .section--preview.is-open {
display: flex; display: flex;

View File

@@ -1,6 +1,5 @@
.swiper { .swiper {
position: relative; position: relative;
width: 100vw;
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
} }