From 5a1b27bf3206e2d0b264484e3d10a6db74ad8b5e Mon Sep 17 00:00:00 2001 From: Siddharth Varshney Date: Fri, 20 Mar 2020 19:45:03 +0530 Subject: [PATCH] css: Merge `.help .sidebar h2` in portico.scss. --- static/styles/portico/portico.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index 49a106fd3b..d3aa09a0e5 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -152,10 +152,6 @@ html { padding: 10px 20px; } -.help .sidebar h2 { - font-weight: 400; -} - .help .sidebar h1 { font-weight: 400; font-size: 1.25em; @@ -174,6 +170,7 @@ html { } .help .sidebar h2 { + font-weight: 400; font-size: 1.2em; line-height: 1.05; margin-bottom: 5px;