mirror of
https://github.com/silicon-linux/silicon-linux.github.io.git
synced 2025-01-22 14:12:01 -05:00
grrrr
This commit is contained in:
parent
3fd6e576b0
commit
3e566a54f0
1 changed files with 6 additions and 6 deletions
12
style.css
12
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue