From 13838031871a593de32e1c6075eb873d6003da75 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 3 Jan 2016 11:25:13 -0800 Subject: Fix the footer on small screen. The size of the footer was the same on a big and small screen. Add a rule to reduce the size of the footer similar to the other elements. Closes #1. --- static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 33b63ff..1aed439 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -46,7 +46,7 @@ ul.spaced li { } #footer p { - width: 800px; + width: 720px; margin: 0 auto; margin-top: 2em; text-align: center; @@ -122,4 +122,10 @@ code { margin-left: 0.2em; text-align: justify; } + div#footer { + width: 90%; + } + #footer p { + width: 90%; + } } -- cgit v1.2.3