summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {