diff options
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/website/index.css b/website/index.css index 884a13dc..e0a1e428 100644 --- a/website/index.css +++ b/website/index.css @@ -8,7 +8,8 @@ body { } h1 { - margin: 8px 0 16px 0; + padding: 8px 0 10px 0; + font-size: 20px; width: 100%; text-align: center; } @@ -120,7 +121,7 @@ code { background-color: #888; } -footer { +.footer { margin-top: 8px; display: block; color: #555; |