diff options
Diffstat (limited to 'website/local.css')
-rw-r--r-- | website/local.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/website/local.css b/website/local.css index 6302a54..06b1750 100644 --- a/website/local.css +++ b/website/local.css @@ -1,12 +1,12 @@ body { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; - font-size:0.8em; + font-size:1em; margin-left: 5%; margin-right:20%; } h1 { - font-size: 1.4em; + font-size: 1.5em; } h2 { @@ -14,14 +14,15 @@ h2 { } h3 { - font-size: 1.0em; + font-size: 1em; } h4 { - font-size: .9em; + font-size: 1em; } .header span { + font-size: 1.5em; color: #aaaaaa; } |