From 86afa2a7e9ca902783b87c9b7087a710b5ebf02e Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 24 Aug 2022 17:11:11 -0400 Subject: pls fix --- index.html | 14 +++++++------- static/styles.css | 9 ++++++--- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index cfc3cd9..2031e7f 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,13 @@
-
-
THE LIMINAL REVERIE OF
- CYFRAE VIOLAE -
- New York · - library@cyfraeviolae.org -
+
+
THE LIMINAL REVERIE OF
+ CYFRAE VIOLAE +
Literature

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; +} -- cgit v1.2.3