aboutsummaryrefslogtreecommitdiff
path: root/_scss/_navbar.scss
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 22:08:29 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 22:08:29 +0300
commit67a5e98781a1ec4b9c4133cfe998b48ea241b777 (patch)
treeb17e1a37d6bfc9a9242685f86cbea5e3aca059be /_scss/_navbar.scss
parent8d0093559135c7aee18d3d5a1dad55a262b71cba (diff)
downloadpopov.link-67a5e98781a1ec4b9c4133cfe998b48ea241b777.tar.xz
popov.link-67a5e98781a1ec4b9c4133cfe998b48ea241b777.zip
Fixed stylelint warnings and errors
Diffstat (limited to '_scss/_navbar.scss')
-rw-r--r--_scss/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_scss/_navbar.scss b/_scss/_navbar.scss
index 60e2b75..ad36e97 100644
--- a/_scss/_navbar.scss
+++ b/_scss/_navbar.scss
@@ -26,7 +26,7 @@ nav {
}
}
-@media (max-width: 684px) {
+@media (width <=684px) {
header {
box-shadow: none;
}