Use margin instead of space to keep icon next to link

This commit is contained in:
Jesse Tan 2017-12-05 10:35:23 +01:00
parent e44b885506
commit 6a3371b9a8

View File

@ -37,10 +37,11 @@
// Style external links
a.reference.external:after
font-family: FontAwesome
content: " \f08e "
content: "\f08e"
color: $text-light
vertical-align: super
font-size: 60%
margin: 0 0.2em
// For the most part, its safe to assume that sphinx wants you to use a blockquote as an indent. It gets
// used in many different ways, so don't assume you can apply some fancy style, just leave it be.