complete dossier
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s

This commit is contained in:
Julie Blanc 2026-02-26 17:54:47 +01:00
parent e5727b5630
commit ec72fa474c
10 changed files with 220 additions and 45 deletions

View file

@ -57,13 +57,30 @@ margin-bottom: calc(var(--spacing) * 1);
max-width: var(--max-w-content);
}
ul.details{
ul.list-nav{
display: flex;
gap: 3ch;
// justify-content: space-between;
flex-wrap: wrap;
// gap: 3ch;
list-style: none;
margin-top: calc(var(--spacing) * -1.5);
@media #{$small} {
margin-top: calc(var(--spacing) * -0.5);
}
color: var(--color-txt-light);
li{
white-space: nowrap;
margin-right: 2ch;
&:last-of-type{
margin-right: 0;
}
@media #{$small} {
width: 12ch;
}
margin-bottom: calc(var(--spacing) * 0.25);
}
a{
text-decoration: none;
text-transform: lowercase;