diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-24 17:11:11 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-24 17:11:11 -0400 |
commit | 86afa2a7e9ca902783b87c9b7087a710b5ebf02e (patch) | |
tree | b5e0ded4bedc8fe1903b6b333c4397695e9eefac /static | |
parent | 4e490b497331a8cbe2d040a34b23894edd15acf1 (diff) |
pls fix
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; +} |