dynamic home
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

This commit is contained in:
Julie Blanc 2026-02-26 15:03:52 +01:00
parent 6cd89d11fb
commit 7fc8ab6c5a
5 changed files with 38 additions and 131 deletions

View file

@ -24,28 +24,7 @@
gap: calc(var(--padding-inner)*0.5);
}
.type{
height: calc(var(--h-block)*0.75);
border-radius: var(--radius-small);
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 1ch;
padding-top: 3px;
font-size: var(--fs-xsmall);
line-height: 1;
font-weight: 500;
color: var(--color-txt-light);
border: 1px solid var(--color-txt-light);
overflow: hidden;
white-space: nowrap;
}
.title{
font-size: var(--fs-normal);
@ -59,7 +38,6 @@
.date{
font-size: var(--fs-small);
// margin-top: calc(var(--spacing)*1.5);
}
.investigations{