summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/style.css b/html/style.css
index d5c2610..e21a94b 100644
--- a/html/style.css
+++ b/html/style.css
@@ -10,7 +10,7 @@ body {
}
@media screen and (max-width:960px) {
- body > ul:first-of-type {
+ body > ul:first-child {
display: none;
}
}
@@ -19,7 +19,7 @@ body {
body {
margin-left: 260px;
}
- body > ul:first-of-type {
+ body > ul:first-child {
position: fixed;
margin-left: -280px;
margin-top: 82px;