From bd97c5601d686dc5242f2a4679d83c1f826c5ac4 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 10 Jun 2023 08:02:56 +0200 Subject: fix: new article banner in Ansum/mapco theme (#5453) * fix * rtl --- p/themes/Mapco/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Mapco/_layout.scss') diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index b57a48fd0..d20c837fb 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -112,7 +112,7 @@ main.prompt { } #new-article > a { - line-height: 3em; + padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem; font-weight: bold; color: variables.$white; } -- cgit v1.2.3