Make metadata more pronounced

This commit is contained in:
NEETzsche 2021-05-13 08:41:06 -06:00
parent 4cc400e336
commit f1f6973727
1 changed files with 4 additions and 2 deletions

View File

@ -109,16 +109,18 @@
flex: 1 1; flex: 1 1;
* { * {
font-size: 15px;
line-height: 24px; line-height: 24px;
} }
dt { dt {
min-width: 26px; min-width: 26px;
font-weight: 900;
font-size: 17px;
} }
dd { dd {
padding-left: 4px; padding-left: 8px;
font-size: 15px;
} }
} }
} }