add right margin to the img for external links

This commit is contained in:
erciccione 2021-06-22 14:27:19 +02:00
parent 0e5383f991
commit 41490cc103
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -993,6 +993,7 @@ a {
a[href^="https:"]:not([href*="getmonero.org"]):not([class*="btn-link"]):not([class="chats-img"]):not([class*="ext-noicon"]):not([class*="white"]) {
background: url(/img/external.svg) no-repeat right;
padding-right: 0.7em;
margin-right: 0.3rem;
background-size: 0.6em;
}