mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 20:27:20 +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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0 2em 3em;
|
margin: 0 2em 3em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue