diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css index a3c5eac..2deaedb 100644 --- a/static/styles.css +++ b/static/styles.css @@ -94,7 +94,7 @@ a:hover { .title { font-style: italic; - font-size: 180%; + font-size: 200%; font-weight: bold; color: #dd1b26; } @@ -121,9 +121,9 @@ a:hover { } .contact { - margin-top: .5em; + margin-top: .2em; font-style: italic; - font-size: small; + /* font-size: small; */ } .home { @@ -147,3 +147,6 @@ a:hover { margin-right: 3px; } +.header { + text-align: center; +} |