summaryrefslogtreecommitdiffabout
path: root/content/fireflix.css
Unidiff
Diffstat (limited to 'content/fireflix.css') (more/less context) (show whitespace changes)
-rw-r--r--content/fireflix.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css
index 47455f6..4fba5d3 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -111,12 +111,16 @@ html h1 {
111} 111}
112html p { 112html p {
113 text-align: justify; 113 text-align: justify;
114} 114}
115 115
116html div.copyright { 116html div.copyright {
117 font-size: 60%; 117 font-size: 60%;
118 text-align: right; 118 text-align: right;
119} 119}
120html div.copyright a { 120html div.copyright a {
121 text-decoration: none; 121 text-decoration: none;
122} 122}
123
124button.lean {
125 min-width: 1ex;
126}