diff options
Diffstat (limited to 'www/global.css')
-rw-r--r-- | www/global.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/global.css b/www/global.css index 91547655..681ae26c 100644 --- a/www/global.css +++ b/www/global.css @@ -18,13 +18,12 @@ body { color: #222; } -h1 { - font-size: 2.0em; +header { text-align: center; } #logo { - width: 25%; + width: 20%; float: right; } |