mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 04:07:32 +02:00
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:
parent
7080a49580
commit
a7acc7d794
1 changed files with 1 additions and 0 deletions
|
@ -1827,6 +1827,7 @@ footer .sitemap .nav-home:focus {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0 2em 3em;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue