home container cards
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-13 12:18:22 +01:00
parent 4ff06a3adc
commit 36a7262c83
5 changed files with 27 additions and 7 deletions

View file

@ -1604,6 +1604,16 @@ body main {
text-transform: uppercase;
}
#home__investigations .container-cards {
max-width: var(--max-w-container);
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
grid-auto-rows: minmax(100px, auto);
grid-gap: calc(var(--padding-body) * 1.5);
margin-bottom: 10vh;
}
#home__description .section--inner {
max-width: var(--max-w-container);
}

File diff suppressed because one or more lines are too long

View file

@ -10,6 +10,19 @@
text-transform: uppercase;
}
}
#home__investigations{
.container-cards{
max-width: var(--max-w-container);
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
grid-auto-rows: minmax(100px, auto);
grid-gap: calc(var(--padding-body)*1.5);
margin-bottom: 10vh;
}
}
#home__description{

View file

@ -14,11 +14,6 @@
grid-gap: calc(var(--padding-body)*1.5);
margin-bottom: 10vh;
}
@media #{$x-small}{
margin-bottom: 10vh;