Tweak CSS to decrease the font size in the footer
This should prevent wrapping on some screens
This commit is contained in:
1
public/site.css
generated
1
public/site.css
generated
@@ -80,6 +80,7 @@ p.next {
|
||||
}
|
||||
p.footer {
|
||||
color: grey;
|
||||
font-size: 75%;
|
||||
}
|
||||
p.footer a, p.footer a:visited {
|
||||
color: grey;
|
||||
|
||||
@@ -80,6 +80,7 @@ p.next {
|
||||
}
|
||||
p.footer {
|
||||
color: grey;
|
||||
font-size: 75%;
|
||||
}
|
||||
p.footer a, p.footer a:visited {
|
||||
color: grey;
|
||||
|
||||
Reference in New Issue
Block a user