aboutsummaryrefslogtreecommitdiff
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
parent8d0093559135c7aee18d3d5a1dad55a262b71cba (diff)
downloadvalentineus.github.io-67a5e98781a1ec4b9c4133cfe998b48ea241b777.tar.xz
valentineus.github.io-67a5e98781a1ec4b9c4133cfe998b48ea241b777.zip
Fixed stylelint warnings and errors
-rw-r--r--_scss/_framework.scss17
-rw-r--r--_scss/_navbar.scss2
2 files changed, 5 insertions, 14 deletions
diff --git a/_scss/_framework.scss b/_scss/_framework.scss
index a2f0c56..0a0d84a 100644
--- a/_scss/_framework.scss
+++ b/_scss/_framework.scss
@@ -22,14 +22,14 @@ body {
margin: auto;
max-width: 52em;
min-height: 100vh;
- padding: 6em 4em 4em 4em;
- text-rendering: optimizeLegibility;
+ padding: 6em 4em 4em;
+ text-rendering: optimizelegibility;
}
-@media (max-width: 684px) {
+@media (width <=684px) {
body {
font-size: $font-size-base * 0.85;
- padding: 4em 1em 2em 1em;
+ padding: 4em 1em 2em;
}
}
@@ -176,15 +176,6 @@ th {
padding: 0.5em;
}
-input,
-textarea {
- border: 1px solid $color-text;
-
- &:focus {
- border: 1px solid $color-blossom;
- }
-}
-
textarea {
width: 100%;
}
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;
}