summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNayab W <42422512+nayabw@users.noreply.github.com>2018-11-03 16:25:22 -0500
committerGitHub <noreply@github.com>2018-11-03 16:25:22 -0500
commit3e566a54f0b3c6e445ee63fc10e0aee029c71fe1 (patch)
tree9bad02267f9f6ac06f57340d4f889fbd5a53c139 /style.css
parent3fd6e576b0c5a61e9041e047758ae4368caad14a (diff)
downloadsilicon-linux-3e566a54f0b3c6e445ee63fc10e0aee029c71fe1.tar.gz
silicon-linux-3e566a54f0b3c6e445ee63fc10e0aee029c71fe1.tar.bz2
silicon-linux-3e566a54f0b3c6e445ee63fc10e0aee029c71fe1.zip
grrrr
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.css b/style.css
index 2b6144e..624f6ca 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
@media screen and (max-width: 600px) {
- .navigation a:not(:first-child) {display: none;}
- .navigation a.icon {
+ .nav a:not(:first-child) {display: none;}
+ .nav a.icon {
float: right;
display: block;
}
@@ -8,13 +8,13 @@
@media screen and (max-width: 600px) {
- .navigation.responsive {position: relative;}
- .navigation.responsive a.icon {
+ .nav.responsive {position: relative;}
+ .nav.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
- .navigation.responsive a {
+ .nav.responsive a {
float: none;
display: block;
text-align: left;
@@ -116,7 +116,7 @@ li a:hover {
}
-.navigation .icon {
+.nav .icon {
display: none;
}