more em-sized fonts

This commit is contained in:
Henry Jameson 2022-04-20 23:44:33 +03:00
parent 58a975e8df
commit 7f513fe46f
9 changed files with 22 additions and 22 deletions

View file

@ -82,7 +82,6 @@
.status-username {
white-space: nowrap;
font-size: 14px;
overflow: hidden;
max-width: 85%;
font-weight: bold;
@ -160,7 +159,7 @@
& .heading-reply-row {
position: relative;
align-content: baseline;
font-size: 12px;
font-size: 0.85em;
margin-top: 0.2em;
line-height: 130%;
max-width: 100%;
@ -229,7 +228,7 @@
.replies {
margin-top: 0.25em;
line-height: 18px;
font-size: 12px;
font-size: 0.85em;
display: flex;
flex-wrap: wrap;
@ -389,14 +388,14 @@
.stat-title {
color: var(--faint, $fallback--faint);
font-size: 12px;
font-size: 0.85em;
text-transform: uppercase;
position: relative;
}
.stat-number {
font-weight: bolder;
font-size: 16px;
font-size: 1.1em;
line-height: 1em;
}