wip
This commit is contained in:
@@ -222,11 +222,6 @@
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.section--preview.horizontal img {
|
||||
width: 90vh;
|
||||
height: 90vw;
|
||||
}
|
||||
|
||||
/* .section--preview.horizontal .close--preview {
|
||||
left: 0.25rem;
|
||||
right: unset;
|
||||
@@ -258,12 +253,17 @@
|
||||
}
|
||||
|
||||
.section--preview img {
|
||||
width: 90vh;
|
||||
width: 90vw;
|
||||
max-width: 100rem;
|
||||
height: 90vw;
|
||||
height: 90vh;
|
||||
max-height: 56.25rem;
|
||||
object-fit: cover;
|
||||
box-shadow: var(--shadow-outset);
|
||||
}
|
||||
|
||||
.section--preview.horizontal img {
|
||||
width: 90vh;
|
||||
height: 90vw;
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user