summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-23 01:54:39 -0500
committercyfraeviolae <cyfraeviolae>2022-02-23 01:54:39 -0500
commitbd9756fa74f58a177fbdd31882a1b11a1faa58dc (patch)
treeedd2e89a061a591af9b32d04ae1e72a73762fa69
parent1bf648fcb770aa4ceea3ea0da8a0be38035b2be8 (diff)
style
-rw-r--r--index.html1
-rw-r--r--static/style.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b151e05..e61cc1e 100644
--- a/index.html
+++ b/index.html
@@ -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 {