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

This commit is contained in:
Julie Blanc 2026-01-27 22:24:47 +01:00
parent 951de348b8
commit d3c5e5c39d
10 changed files with 166 additions and 80 deletions

View file

@ -6,7 +6,6 @@
padding: var(--padding-inner);
@include figure-16-9();
.content{
@ -32,6 +31,12 @@
}
}
.time-alone{
display: none;
margin-top: calc(var(--spacing)*0.25);
margin-bottom: calc(var(--spacing)*0.75);
}
.title{
margin-top: calc(var(--spacing)*0.5);
font-size: var(--fs-medium);
@ -90,6 +95,7 @@
&:hover{
border-color: var(--color-txt);
background-color: var(--grey-950);
}
.link-block{