Bump font size up

This commit is contained in:
Justin Edmund 2022-03-14 17:03:28 -07:00
parent 5d5dbde0d8
commit 937748e7f3

View file

@ -99,12 +99,12 @@
& > div { & > div {
align-items: center; align-items: center;
display: inline-flex; display: inline-flex;
font-size: $font-small; font-size: $font-regular;
height: 26px; height: 26px;
} }
time { time {
font-size: $font-small; font-size: $font-regular;
} }
& > *:not(:last-child):after { & > *:not(:last-child):after {