1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #33645 from arye-dov-eidelman/master

[skip ci] Fix overlapping text in the guide
This commit is contained in:
Richard Schneeman 2018-08-17 14:16:11 -07:00 committed by GitHub
commit d6688892f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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