Tweak CSS to decrease the font size in the footer

This should prevent wrapping on some screens
This commit is contained in:
Eli Bendersky 2023-01-31 05:40:48 -08:00
parent b6baa3bb25
commit 24b5e9a1ef
2 changed files with 2 additions and 0 deletions

1
public/site.css generated
View File

@ -80,6 +80,7 @@ p.next {
} }
p.footer { p.footer {
color: grey; color: grey;
font-size: 75%;
} }
p.footer a, p.footer a:visited { p.footer a, p.footer a:visited {
color: grey; color: grey;

View File

@ -80,6 +80,7 @@ p.next {
} }
p.footer { p.footer {
color: grey; color: grey;
font-size: 75%;
} }
p.footer a, p.footer a:visited { p.footer a, p.footer a:visited {
color: grey; color: grey;