arrow go-to
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-25 22:25:08 +01:00
parent f28680f77e
commit 50f4836be1
14 changed files with 371 additions and 42 deletions

View file

@ -13,13 +13,13 @@
border-top: var(--border-light);
}
@include figure-16-9-hover();
@include figure-16-9();
.content{
display: flex;
flex-direction: column;
padding-top: calc(var(--spacing)*0.25);
padding-right: calc(var(--padding-inner)*3);
}
.title{
@ -48,6 +48,9 @@
.title{ text-decoration: underline;}
}
@include btn--go-to();
@media #{$medium}{
.title{
font-size: var(--fs-normal);