summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/style.css b/html/style.css
index a62833d..da0a161 100644
--- a/html/style.css
+++ b/html/style.css
@@ -9,13 +9,13 @@ body {
font-family: sans-serif;
}
-@media screen and (max-width:960px) {
+@media screen and (width < 960px) {
body > ul:first-child {
display: none;
}
}
-@media screen and (min-width:961px) {
+@media screen and (width >= 960px) {
body {
margin-left: 260px;
}
@@ -53,7 +53,7 @@ td, th {
}
ul {
- padding-left: 1em;
+ padding-left: 16px;
}
@media (prefers-color-scheme: dark) {