1
0
Fork 0
forked from wezm/wezm.net

Fix appearance of short link (and make it smaller)

This commit is contained in:
Wesley Moore 2018-01-22 23:08:14 +11:00
parent bb58a4b86a
commit cad9386f74
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -19,6 +19,6 @@
</p>
<div class="text-right">
<small>Short URL: <a href="<%= short %>"><%= short %></a></small>
<span class="short">Short URL: <a href="<%= short %>"><%= short %></a></span>
</div>
</div>