提交 bcd4c381 编写于 作者: A Arye Dov Eidelman

[skip ci] Fix overlapping text in the guide

Fix a layout issue in the rails guides, where the navigation covers the main text,
if the page is between 800 and 960 pixels wide. (issue #33406)
上级 0193b89b
......@@ -283,8 +283,12 @@ body {
#header .wrapper, #topNav .wrapper, #feature .wrapper {padding-left: 1em; max-width: 960px;}
#feature .wrapper {max-width: 640px; padding-right: 23em; position: relative; z-index: 0;}
@media screen and (max-width: 960px) {
#container .wrapper { padding-right: 23em; }
}
@media screen and (max-width: 800px) {
#feature .wrapper { padding-right: 0; }
#feature .wrapper, #container .wrapper { padding-right: 0; }
}
/* Links
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册