1

Page de statistiques

This commit is contained in:
2025-11-28 01:47:10 +01:00
parent 38926267a3
commit fd27dc7fb6
47 changed files with 3278 additions and 86 deletions

View File

@@ -70,13 +70,14 @@ article.article-body {
dl {
margin: var(--margin) auto;
max-width: 100%;
min-width: var(--width-content-min);
max-width: var(--width-content-max);
display: grid;
grid-template-columns: 40% 60%;
grid-template-columns: auto minmax(0, 1fr);
/* column-gap: var(--gap-half); */
row-gap: 0;
border: var(--border-panel-outer);
overflow: hidden;
margin: var(--margin) auto;
font-size: 1rem;
}
@@ -89,6 +90,7 @@ article.article-body {
/* Colonne de gauche */
dt {
font-weight: bold;
white-space: nowrap;
}
/* Colonne de droite */