Tweak CSS to decrease the font size in the footer
This should prevent wrapping on some screens
This commit is contained in:
parent
b6baa3bb25
commit
24b5e9a1ef
1
public/site.css
generated
1
public/site.css
generated
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user