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 h2
margin-top: 0 margin-top: 0
.short
font-size: smaller
#content #content
.published .published
font-family: $ans-serif font-family: $ans-serif
@ -584,9 +587,8 @@ body.weather
margin: 0 0 1em 1em margin: 0 0 1em 1em
#respond #respond
li.short .short
margin: 0.5em 0 0 0 margin: 0.5em 0 0 0
float: none
display: block display: block
footer footer

View file

@ -19,6 +19,6 @@
</p> </p>
<div class="text-right"> <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>
</div> </div>