From ccdaff065e74b70a49ff8f15d438e04297085f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Wed, 26 May 2021 12:53:41 +0200 Subject: [PATCH] elections2021: Fix headings --- elections2021/templates/elections2021/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html index f1b7f4b5..6c58ca0f 100644 --- a/elections2021/templates/elections2021/base.html +++ b/elections2021/templates/elections2021/base.html @@ -22,6 +22,9 @@ sup { white-space: nowrap; } + .head-alt-highlighted { + line-height: 1.2 !important; + } </style> {% if page.root_page.matomo_id %} -- GitLab