wip
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: calc(100vh - 5rem);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
background: var(--color-white-100);
|
||||
@@ -227,6 +227,12 @@
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.section--preview.horizontal img {
|
||||
width: 90vh;
|
||||
height: 90vw;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
/* .section--preview.horizontal .close--preview {
|
||||
left: 0.25rem;
|
||||
right: unset;
|
||||
@@ -264,6 +270,7 @@
|
||||
max-height: 56.25rem;
|
||||
object-fit: cover;
|
||||
box-shadow: var(--shadow-outset);
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.section--switch .section__intro{
|
||||
|
||||
Reference in New Issue
Block a user