Fix SCSS and JS linting issues

This commit is contained in:
Claire
2023-12-02 20:15:14 +01:00
parent a0943b8f6d
commit 786b42e2b5
3 changed files with 14 additions and 8 deletions

View File

@@ -930,7 +930,7 @@ $ui-header-height: 55px;
color: $darker-text-color;
}
@media screen and (min-width: 600px) {
@media screen and (width >= 600px) {
padding: 40px;
}
}
@@ -1043,7 +1043,7 @@ $ui-header-height: 55px;
color: $highlight-text-color;
font-size: 1.2rem;
@media screen and (min-width: 600px) {
@media screen and (width >= 600px) {
display: flex;
}
}
@@ -1112,7 +1112,7 @@ $ui-header-height: 55px;
position: sticky;
background: $ui-base-color;
@media screen and (min-width: 600) {
@media screen and (width >= 600) {
padding: 0 40px;
}