This commit is contained in:
Julie Blanc 2026-01-09 15:07:00 +01:00
parent 2df3106031
commit 672553f3aa
4 changed files with 16 additions and 4 deletions

View file

@ -1,6 +1,8 @@
[data-template="investigations"] main{
#container-cards{
@media #{$x-small-up}{
@ -11,6 +13,12 @@
grid-auto-rows: minmax(100px, auto);
grid-gap: calc(var(--padding-body)*1.5);
margin-bottom: 10vh;
}
@media #{$x-small}{
margin-bottom: 10vh;
@ -39,4 +47,7 @@
}
}