From 60fb8cbffceb99ec239a24c4115cad60b5c29c57 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Thu, 20 Jul 2023 07:55:33 -0500 Subject: [PATCH] Tweak page title style. This is just my suggestion for #2139 that didn't get applied before it was merged. --- htdocs/themes/math4/math4.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/themes/math4/math4.scss b/htdocs/themes/math4/math4.scss index 364c8f5f92..95208df4db 100644 --- a/htdocs/themes/math4/math4.scss +++ b/htdocs/themes/math4/math4.scss @@ -381,10 +381,12 @@ h1.page-title { font-size: 31.5px; line-height: 35px; display: inline-block; -} -h1.page-title + a { - font-size: 31.5px; - margin-left: 0.5rem; + + & + a { + font-size: 31.5px; + line-height: 35px; + margin-left: 0.5rem; + } } h2.page-title {