Fixed stylelint warnings and errors

This commit is contained in:
Valentin Popov 2024-02-14 23:08:29 +04:00
parent 8d00935591
commit 67a5e98781
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 5 additions and 14 deletions

View File

@ -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%;
}

View File

@ -26,7 +26,7 @@ nav {
}
}
@media (max-width: 684px) {
@media (width <=684px) {
header {
box-shadow: none;
}