[docs] all: Fix mobile layout

This commit is contained in:
Jonathan Rubenstein 2021-12-26 04:50:20 +02:00 committed by Geoffrey McRae
parent 936688ddac
commit 672cd246ab

View File

@ -7,7 +7,7 @@
}
}
@media screen and (max-width:1430px) {
@media screen and (min-width:769px) and (max-width:1420px) {
.wy-nav-content-wrap {
margin-left: 300px;
}