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

This commit is contained in:
2025-03-10 15:58:10 +01:00
parent 2de0325438
commit 3fec2b7f6e
2 changed files with 12 additions and 7 deletions

View File

@@ -120,7 +120,7 @@
}
.bloc-text h3 {
font-size: 1.9rem;
font-size: 2.1rem;
color: #E72E77;
margin-bottom: 1rem;
}
@@ -239,4 +239,9 @@
flex-direction: column;
}
/* Revoke alternate layout for image on left or right */
.hero-bloc:nth-child(even) {
flex-direction: row-reverse;
}
}