Issue 245 fix (#299)

* without having having to worry about site design.

Let me know if double having is intentional

* sitemap display flex with direction as column on mobile
This commit is contained in:
Richard Zhang 2017-12-17 16:35:39 -08:00 committed by Joel Marcey
parent ef8ee5bf6c
commit 2f860ecfe7

View File

@ -1737,7 +1737,9 @@ footer .sitemap .nav-home:focus {
}
@media screen and (max-width: 735px) {
footer .sitemap {
display: none;
display: flex;
flex-direction: column;
margin: 0 2em 3em;
}
}