diff options
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | static/style.css | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,6 @@ <body> <div class="container"> <a class="title" href="https://cyfraeviolae.org">cyfraeviolae.org</a> - <hr> <p> <a href="/spectral-renga">Spectral Renga</a> is a collaborative graph of poetry. diff --git a/static/style.css b/static/style.css index b7e94e0..c39b3c9 100644 --- a/static/style.css +++ b/static/style.css @@ -39,6 +39,7 @@ a:hover { .title { font-weight: bold; letter-spacing: -0.5px; + font-size: larger; } hr { |