diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 20:50:37 -0700 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-04 23:44:13 +0100 |
commit | be2bee46f402b8144b4760ffb32a317677b9558c (patch) | |
tree | aea5182cd0906448001a0b2dc5c347da306ac5c7 /www | |
parent | 60af3bd694ce24e15e38263a6a0ad4e6f313ec78 (diff) | |
download | librebootfr-be2bee46f402b8144b4760ffb32a317677b9558c.tar.gz librebootfr-be2bee46f402b8144b4760ffb32a317677b9558c.zip |
Fix centering for headers
Diffstat (limited to 'www')
-rw-r--r-- | www/global.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/global.css b/www/global.css index 91547655..14a00514 100644 --- a/www/global.css +++ b/www/global.css @@ -18,8 +18,7 @@ body { color: #222; } -h1 { - font-size: 2.0em; +header { text-align: center; } |