fix: revoit les colonnes

main
Antoine 11 months ago
parent 7b2bdc2608
commit 9a850c5b06

@ -171,6 +171,9 @@ a.to-the-top {
.ttc-bg-white {
background-color: var(--ttc-white);
}
.ttc-encart {
padding: 1rem 4rem;
}
.ttc-img-wrap > img {
margin: 1rem 3rem;
}
@ -178,3 +181,9 @@ a.to-the-top {
border: 4px solid var(--ttc-blue);
padding: 0 0.5rem 0 1rem;
}
.ttc-column,
.ttc-row > * {
flex-basis: 0;
flex-grow: 1;
min-width: 15em;
}

Loading…
Cancel
Save