diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-11 23:53:19 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-11 23:53:19 +0200 |
commit | 484e5dc79f8bce50dd0f324937e294cd832f2dff (patch) | |
tree | 9301cb840cc1913ce71690beb5fa217ec71c911a | |
parent | c28a69e2eb758b70f8631b2cf5c63d12093a1fc5 (diff) |
Minor CSS changes.
-rw-r--r-- | css/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
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; |