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 {
font-size: 2.2rem;
font-weight: bold;
font-size: 2.3rem;
font-weight: bolder;
color: #E72E77;
margin-bottom: 1rem;
}
@ -236,6 +236,16 @@
/* Phone screens */
@media (max-width: 767px) {
.hero-first {
height: 50vh;
flex-direction: row;
}
.hero-screenshots {
height: 30vh;
}
.hero-bloc {
flex-direction: column;
}
@ -245,4 +255,6 @@
flex-direction: row-reverse;
}
}