Modifications cosmétiques

This commit is contained in:
Jean-Christophe Engel 2026-02-04 14:02:18 +01:00
parent d2b0f4eaae
commit 9594f6b206
3 changed files with 6 additions and 3 deletions

View file

@ -34,9 +34,14 @@ h2[class="aide"], h3[class="aide"] {
content: ' : ';
}
.informations dl.describe {
grid-template-columns : 20rem 1fr;
}
.informations dl.describe > dt {
flex: 0 0 15rem;
margin-right: 0;
white-space: nowrap;
}
.informations dl.describe > dd {