From a41ce5e9a0efc0553b7e996c44372f21b7066ff7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 27 Sep 2022 22:57:59 +0200 Subject: [PATCH] fix ui --- assets/css/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index d720127..bdac4e4 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -1042,7 +1042,7 @@ $links: ( &--anchor--with-image &-content { width: calc(100% - $image-size - 5px); - padding-right: 25px; + padding-right: 45px; } &--image { @@ -1130,7 +1130,7 @@ $links: ( &-content { display: block; width: 100% !important; - padding-right: 0; + padding-right: 0 !important; } &--image {