responsive layout: fix dropdown nav menu overlapping main content.
The culprit is `float: right;` but none of this other stuff is needed.
This commit is contained in:
@@ -129,14 +129,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
background: none;
|
||||
float: right;
|
||||
font-size: 1.125em;
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user