summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-01-18 20:41:58 -0500
committercyfraeviolae <cyfraeviolae>2024-01-18 20:41:58 -0500
commit61f4eebd9f39b59a822a427e70deba89a30e3193 (patch)
tree163de06802fd97949616fd32dd02b59395aa931d
parent25ab141a399c4ca99de15fa5a6c120f26ebe893b (diff)
styles
-rw-r--r--local.conf2
-rw-r--r--static/styles.css8
2 files changed, 8 insertions, 2 deletions
diff --git a/local.conf b/local.conf
index b2b2b8a..70f9b2f 100644
--- a/local.conf
+++ b/local.conf
@@ -73,7 +73,7 @@ http {
}
location /spectral-renga/static {
- alias /home/sy/code/site/spectral-renga/static/;
+ alias /home/sy/code/site/spectralrenga/static/;
}
location / {
diff --git a/static/styles.css b/static/styles.css
index 7b35acb..8b277f9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -145,7 +145,7 @@ a:hover {
font-size: 16px;
}
-.home > :last-child {
+.site {
font-size: 16px;
}
@@ -171,3 +171,9 @@ a:hover {
.header {
text-align: center;
}
+
+.source {
+ float: right;
+ font-size: small !important;
+ font-style: normal;
+}