wip
This commit is contained in:
@@ -253,19 +253,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section--preview img {
|
.section--preview img {
|
||||||
width: 90vw;
|
width: 90vh;
|
||||||
max-width: 100rem;
|
max-width: 100rem;
|
||||||
height: 90vh;
|
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);
|
||||||
|
transform: rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .section--preview.horizontal img {
|
.section--preview.horizontal img {
|
||||||
width: 90vh;
|
width: 90vw;
|
||||||
height: 90vw;
|
height: 90vh;
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
} */
|
}
|
||||||
|
|
||||||
.section--switch .section__intro{
|
.section--switch .section__intro{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user