This commit is contained in:
2023-06-06 09:45:07 +02:00
parent 2742172678
commit 749e356c19
2 changed files with 2 additions and 5 deletions

View File

@@ -261,11 +261,11 @@
box-shadow: var(--shadow-outset); box-shadow: var(--shadow-outset);
} }
.section--preview.horizontal img { /* .section--preview.horizontal img {
width: 90vh; width: 90vh;
height: 90vw; height: 90vw;
transform: rotate(0deg); transform: rotate(0deg);
} } */
.section--switch .section__intro{ .section--switch .section__intro{
flex-direction: column; flex-direction: column;

View File

@@ -83,9 +83,6 @@
} }
@media screen and (min-width: 75.0625rem) { @media screen and (min-width: 75.0625rem) {
.section--preview img {
transform: rotate(0deg);
}
.close--preview { .close--preview {
top: 2rem; top: 2rem;