This commit is contained in:
parent
47125393ae
commit
2de0325438
@ -105,6 +105,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Alternate layout for image on left or right */
|
||||||
|
.hero-bloc:nth-child(even) {
|
||||||
|
flex-direction: row-reverse; /* Reverse order for alternating layout */
|
||||||
|
}
|
||||||
|
|
||||||
/* Styling for bloc-text */
|
/* Styling for bloc-text */
|
||||||
.bloc-text {
|
.bloc-text {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user