mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-09 12:29:48 +00:00
Merge pull request #1684
Add right margin to the img for external links
This commit is contained in:
commit
63904c4654
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue