Make sure the sitemap in footer is left aligned (#509)

* Make sure the sitemap in footer is left align

Fixes: https://github.com/facebook/Docusaurus/issues/485

* Restore original max-width and change width inside media query
This commit is contained in:
Ujjwal Sharma 2018-03-19 09:10:24 +05:30 committed by Joel Marcey
parent 7080a49580
commit a7acc7d794

View file

@ -1827,6 +1827,7 @@ footer .sitemap .nav-home:focus {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 0 2em 3em; margin: 0 2em 3em;
width: 100%;
} }
} }