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/Ansum/ansum.rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Ansum/ansum.rtl.css') diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 8ab09e918..b37713da3 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -739,7 +739,7 @@ main.prompt { } #new-article > a { - line-height: 3em; + padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem; font-weight: bold; color: #fff; } -- cgit v1.2.3