This commit is contained in:
parent
9bd0a6c8db
commit
f2bf7f70af
@ -237,8 +237,12 @@
|
|||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|
||||||
.hero-first {
|
.hero-first {
|
||||||
height: 50vh;
|
height: 60vh;
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-content {
|
||||||
|
height: 20vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-screenshots {
|
.hero-screenshots {
|
||||||
@ -252,7 +256,7 @@
|
|||||||
|
|
||||||
/* Revoke alternate layout for image on left or right */
|
/* Revoke alternate layout for image on left or right */
|
||||||
.hero-bloc:nth-child(even) {
|
.hero-bloc:nth-child(even) {
|
||||||
flex-direction: row-reverse;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user