relative units in line-height + some cleanup

This commit is contained in:
Henry Jameson 2022-04-20 23:55:34 +03:00
parent 7f513fe46f
commit 33d92f9b16
8 changed files with 15 additions and 13 deletions

View file

@ -106,7 +106,7 @@
.heading-name-row {
display: flex;
justify-content: space-between;
line-height: 18px;
line-height: 1.3;
a {
display: inline-block;
@ -227,7 +227,7 @@
.replies {
margin-top: 0.25em;
line-height: 18px;
line-height: 1.3;
font-size: 0.85em;
display: flex;
flex-wrap: wrap;