From 41490cc10391334918db62c766af49f77c8b7ee9 Mon Sep 17 00:00:00 2001 From: erciccione Date: Tue, 22 Jun 2021 14:27:19 +0200 Subject: [PATCH] add right margin to the img for external links --- css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/custom.css b/css/custom.css index 0690a08e..65b1748c 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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; }