mofifications w/ Francesco
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s

This commit is contained in:
Julie Blanc 2026-02-03 08:24:43 +01:00
parent 54a33a274b
commit 193577b145
13 changed files with 101 additions and 102 deletions

View file

@ -176,10 +176,9 @@
}
.baseline {
font-family: var(--title);
font-size: 45px;
line-height: 1.1;
max-width: 26ch;
max-width: 32ch;
@media #{$x-small} {
font-size: 34px;

View file

@ -2,6 +2,11 @@
position: relative;
.page__header{
margin-inline: auto;
max-width: var(--max-w-content);
}
@ -31,6 +36,8 @@
.section__article {
margin-top: calc(var(--spacing) * 3);
margin-bottom: calc(var(--spacing) * 3);
max-width: var(--max-w-content);
margin-inline: auto;
&:target{
padding-top: calc(var(--header-h) + var(--spacing)*1);
@ -41,7 +48,7 @@
}
.section__title {
font-weight: normal;
font-weight: 500;
text-transform: uppercase;
margin-bottom: calc(var(--spacing) * 1);
padding-right: 2ch;
@ -50,10 +57,22 @@
}
#section__dl,
#section__impacts,
#section__folder,
#section__related-articles{
font-size: var(--fs-small);
}
#section__dl {
margin-top: calc(var(--spacing) * 1.5);
border-bottom: var(--border-light);
max-width: var(--max-w-content);
margin-inline: auto;
.dl__group {
@include grid-content();
@ -83,7 +102,7 @@
margin-inline: auto;
p+p {
margin-top: 0.5em;
margin-top: 1em;
}
h4 {
@ -114,7 +133,7 @@
#nav--page {
padding-bottom: var(--spacing);
width: calc(var(--panel-w)*0.5);
width: calc(var(--panel-w)*0.5);
ul {
list-style: none;
@ -122,7 +141,7 @@
text-align: center;
color: var(--color-txt-light);
margin-bottom: 4px;
font-weight: bold;
font-weight: 500;
font-size: var(--fs-small);
a {
@ -150,6 +169,9 @@
}