mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
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:
parent
ef8ee5bf6c
commit
2f860ecfe7
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue