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:
evazion
2017-05-02 22:13:38 -05:00
parent 9757700ec7
commit 352a3e065f

View File

@@ -129,14 +129,6 @@
}
}
nav {
background: none;
float: right;
font-size: 1.125em;
width: 100%;
margin-bottom: 1em;
}
#nav {
display: none;
}