From 484e5dc79f8bce50dd0f324937e294cd832f2dff Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 11 Jun 2014 23:53:19 +0200 Subject: Minor CSS changes. --- css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 669df5a..c1e965f 100644 --- a/css/style.css +++ b/css/style.css @@ -5,24 +5,24 @@ body { .header_bar { color: #000000; text-align: center; - margin: 1em; + width: 50%; + margin-top: 1em; + margin-bottom: 1em; + margin-left: auto; + margin-right: auto; } .footer_bar { color: #000000; font-size: 1.2em; text-align: center; - margin-top: 1em; width: 50%; + margin-top: 1em; margin-left: auto; margin-right: auto; } .origin { font-size: 0.8em; } -.logo { - text-align: center; - padding: 1%; -} .content { color: #000000; font-size: 1.3em; -- cgit v1.2.3