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

@ -2,8 +2,8 @@
font-size: var(--fs-big);
font-weight: normal;
text-transform: uppercase;
margin: calc(var(--spacing)*2) auto;
// text-align: center;
margin: calc(var(--spacing)*1.5) auto;
text-align: center;
max-width: var(--max-w-container);
}

View file

@ -971,7 +971,8 @@ button:disabled {
font-size: var(--fs-big);
font-weight: normal;
text-transform: uppercase;
margin: calc(var(--spacing) * 2) auto;
margin: calc(var(--spacing) * 1.5) auto;
text-align: center;
max-width: var(--max-w-container);
}

File diff suppressed because one or more lines are too long

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 @@
}
}