diff options
-rw-r--r-- | local.conf | 2 | ||||
-rw-r--r-- | static/styles.css | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -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; +} |