From fb8ec8bf40c8516b5942b453b4ae7ac1b25940c2 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 26 Feb 2022 12:15:33 -0500 Subject: links --- index.html | 7 +++---- static/styles.css | 37 +++++++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 8d252de..5ff37b6 100644 --- a/index.html +++ b/index.html @@ -4,15 +4,14 @@ cyfraeviolae - - + +
-

Spectral Renga diff --git a/static/styles.css b/static/styles.css index e5d471f..83ea480 100644 --- a/static/styles.css +++ b/static/styles.css @@ -33,9 +33,9 @@ body { background: #fffaef; color: DarkSlateGrey; font-family: Charter, serif; - font-size: 18px; + font-size: 16px; text-align: center; - line-height: 1; + line-height: 1.2; } .container { @@ -43,15 +43,22 @@ body { text-align: left; display: inline-block; margin: 1em; + min-width: 40%; } @media only screen and (min-width: 700px) { .container { - margin-top: 10%; border: 1px DarkSlateGrey dotted; border-radius: 4px; box-shadow: 4px 4px 0px DarkSlateGrey; padding: 2em; + max-width: 40em; + } +} + +@media only screen and (min-height: 650px) { + .container { + margin-top: 10%; } } @@ -69,13 +76,31 @@ a:hover { color: #dd1b26; } - .header { font-style: italic; } -.title { +.top-title { font-size: x-large; font-weight: bold; - letter-spacing: -0.5px; + letter-spacing: -1px; +} + +.home { + font-style: italic; + font-size: 18px; + letter-spacing: -1.2px; +} + +.home-link { +} + +.title { + font-weight: bold; + text-transform: uppercase; +} + +.sep { + margin-left: 6px; + margin-right: 6px; } -- cgit v1.2.3