Fix nav toggle on mobile

This commit is contained in:
Cory LaViska
2020-07-16 07:29:26 -04:00
parent f817e5e779
commit 794724d428

View File

@@ -126,6 +126,8 @@ strong {
@media screen and (max-width: 768px) {
body.close .sidebar-toggle {
width: 2rem;
background: none;
padding: .5rem;
}
}