1

Corrections pour les petites résolutions

This commit is contained in:
2026-02-21 16:21:59 +01:00
parent a7f539ceb4
commit d5a97d990c
3 changed files with 222 additions and 12 deletions

View File

@@ -45,6 +45,16 @@ main nav.articles-list > ol {
gap: var(--space-5) var(--space-4);
}
main nav.articles-list > ol > li,
main nav.articles-list > ol > li > article {
min-width: 0;
}
main nav.articles-list > ol > li > article :is(h2, h3, p, a, time, span, strong) {
overflow-wrap: anywhere;
word-break: break-word;
}
main nav.articles-list article {
border-top: 1px solid var(--color-border);
padding-top: var(--space-3);