From d62e47ff9026ea925b55e2247e68b6860059c973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 16 Jun 2023 00:16:09 +0200 Subject: [PATCH] theme: slightly separate 'More' caption from menu --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 3daea9b864..9d5bf64af3 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -271,7 +271,7 @@ dd { font-weight: 200; letter-spacing: -.02175em; line-height: 110% !important; - margin: 1rem 0 1rem 0; + margin: 1.2rem 0 .8rem 0; padding-inline-start: 1rem; text-rendering: optimizeLegibility; text-transform: uppercase;