fix template include for article

This commit is contained in:
Tykayn 2025-05-13 00:13:57 +02:00 committed by tykayn
parent a473479b83
commit 9ab4b98c1d
30 changed files with 115 additions and 87 deletions

View file

@ -1,5 +1,6 @@
/*style général scss*/
@use 'variables' as *;
$spacing-xl: 5rem;
* {
box-sizing: border-box;
@ -49,14 +50,20 @@ h6 {
overflow-wrap: break-word;
text-wrap: balance;
line-height: $line-height-heading;
}
.article-title,
hr+h1 {
margin-top: $spacing-xl;
border-left: 3px solid gray;
padding-left: 3rem;
margin-left: -4rem;
}
h1:first-letter {
text-transform: uppercase;
font-size: 4.5rem;
}
h1 {
@ -149,6 +156,8 @@ p {
text-wrap: pretty;
margin-top: $spacing-md;
margin-bottom: $spacing-sm;
font-size: 1.25rem;
line-height: 1.75rem;
}
#root,
@ -346,6 +355,12 @@ q {
}
}
.site-foot-soutien {
font-size: 0.8rem;
width: 75ch;
max-width: calc(100vw - 6rem);
}
@media (max-width: $article-width) {
body {
padding: 0;