From cad9386f749ae620a9977b234a6ba11034ffecd9 Mon Sep 17 00:00:00 2001
From: Wesley Moore
Date: Mon, 22 Jan 2018 23:08:14 +1100
Subject: [PATCH] Fix appearance of short link (and make it smaller)
---
content/screen.sass | 6 ++++--
layouts/article.html | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/content/screen.sass b/content/screen.sass
index 8cafb54..a3d6411 100644
--- a/content/screen.sass
+++ b/content/screen.sass
@@ -337,6 +337,9 @@ body.articles #content nav
h2
margin-top: 0
+ .short
+ font-size: smaller
+
#content
.published
font-family: $ans-serif
@@ -584,9 +587,8 @@ body.weather
margin: 0 0 1em 1em
#respond
- li.short
+ .short
margin: 0.5em 0 0 0
- float: none
display: block
footer
diff --git a/layouts/article.html b/layouts/article.html
index fa5fcb9..e13f80e 100644
--- a/layouts/article.html
+++ b/layouts/article.html
@@ -19,6 +19,6 @@
-
Short URL: <%= short %>
+
Short URL: <%= short %>