Fixed linter errors

This commit is contained in:
squidfunk 2021-02-22 21:06:21 +01:00
parent 992562d051
commit de49689f99
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -130,7 +130,7 @@
// [no-js]: Hide button
.no-js & {
display: none
display: none;
}
// Adjust for right-to-left languages
@ -204,7 +204,7 @@
}
// Second header topic - title of the current page
& + .md-header__topic {
+ .md-header__topic {
z-index: 0;
transform: translateX(0);
opacity: 1;