css: Merge `.help .sidebar h2` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-20 19:45:03 +05:30 committed by Tim Abbott
parent 0c8b7161df
commit 5a1b27bf32
1 changed files with 1 additions and 4 deletions

View File

@ -152,10 +152,6 @@ html {
padding: 10px 20px; padding: 10px 20px;
} }
.help .sidebar h2 {
font-weight: 400;
}
.help .sidebar h1 { .help .sidebar h1 {
font-weight: 400; font-weight: 400;
font-size: 1.25em; font-size: 1.25em;
@ -174,6 +170,7 @@ html {
} }
.help .sidebar h2 { .help .sidebar h2 {
font-weight: 400;
font-size: 1.2em; font-size: 1.2em;
line-height: 1.05; line-height: 1.05;
margin-bottom: 5px; margin-bottom: 5px;