aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_layout.scss
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-06-10 08:02:56 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-10 08:02:56 +0200
commitbd97c5601d686dc5242f2a4679d83c1f826c5ac4 (patch)
treef9ef1f45a3c1c68d50ca1ad41f55906557de582d /p/themes/Mapco/_layout.scss
parentaab51be54405d022a8fe925556af57b14c7c0cb5 (diff)
fix: new article banner in Ansum/mapco theme (#5453)
* fix * rtl
Diffstat (limited to 'p/themes/Mapco/_layout.scss')
-rw-r--r--p/themes/Mapco/_layout.scss2
1 files changed, 1 insertions, 1 deletions
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;
}