This commit is contained in:
parent
e043dbb423
commit
9bd0a6c8db
@ -120,8 +120,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bloc-text h3 {
|
.bloc-text h3 {
|
||||||
font-size: 2.2rem;
|
font-size: 2.3rem;
|
||||||
font-weight: bold;
|
font-weight: bolder;
|
||||||
color: #E72E77;
|
color: #E72E77;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
@ -236,6 +236,16 @@
|
|||||||
/* Phone screens */
|
/* Phone screens */
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|
||||||
|
.hero-first {
|
||||||
|
height: 50vh;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-screenshots {
|
||||||
|
height: 30vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.hero-bloc {
|
.hero-bloc {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@ -245,4 +255,6 @@
|
|||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user