diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 22:08:29 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 22:08:29 +0300 |
commit | 67a5e98781a1ec4b9c4133cfe998b48ea241b777 (patch) | |
tree | b17e1a37d6bfc9a9242685f86cbea5e3aca059be /_scss/_navbar.scss | |
parent | 8d0093559135c7aee18d3d5a1dad55a262b71cba (diff) | |
download | popov.link-67a5e98781a1ec4b9c4133cfe998b48ea241b777.tar.xz popov.link-67a5e98781a1ec4b9c4133cfe998b48ea241b777.zip |
Fixed stylelint warnings and errors
Diffstat (limited to '_scss/_navbar.scss')
-rw-r--r-- | _scss/_navbar.scss | 2 |
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; } |