Fixup: dt line-height in css

This commit is contained in:
Théophile Bastian 2024-11-14 13:13:36 +01:00
parent 3f6581391c
commit d3b0664879
2 changed files with 3 additions and 1 deletions

View file

@ -159,6 +159,7 @@ dl {
text-align: right;
margin-right: 20px;
font-weight: bold;
line-height: 1;
}
dd {
margin-left: 20px;

View file

@ -116,7 +116,8 @@ dl {
justify-self: end;
text-align: right;
margin-right: 20px;
font-weight: bold; }
font-weight: bold;
line-height: 1; }
dl dd {
margin-left: 20px;
justify-self: start;