Fix timestamp render issue for low width screens

The font-size rule specified with ems was recursively applying to the
<time> child, causing the date itself to be even smaller. I noticied
this in Safari on iOS.
This commit is contained in:
Lukas Joswiak 2021-09-13 23:21:48 -07:00
parent 0386588b47
commit 9decabbbad

View file

@ -143,7 +143,7 @@ main#content header#post-header h1 {
line-height: 1.15;
}
main#content header#post-header div {
main#content header#post-header > div {
display: block;
font-size: 0.85em;
color: #767676;