css: Use SCSS nesting for `.help .sidebar h1.home-link`.

This commit is contained in:
Siddharth Varshney 2020-05-13 19:35:18 +05:30 committed by Tim Abbott
parent 74244a6d5b
commit 42956cde19
1 changed files with 7 additions and 7 deletions

View File

@ -183,15 +183,15 @@ html {
.help .sidebar h1.home-link {
font-size: 1em;
margin-bottom: 17px;
}
.help .sidebar h1.home-link a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
content: "\f0d9";
margin-right: 10px;
content: "\f0d9";
margin-right: 10px;
}
}
.help .sidebar h2 {