mirror of https://github.com/zulip/zulip.git
css: Merge `.help .sidebar h2` in portico.scss.
This commit is contained in:
parent
0c8b7161df
commit
5a1b27bf32
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue