bolder
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-10 16:03:25 +01:00
parent e043dbb423
commit 9bd0a6c8db

View File

@ -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;
} }
} }