Skip to content

Commit

Permalink
Merge pull request #37367 from ramonpm/increase_guides_chapters_wrapp…
Browse files Browse the repository at this point in the history
…er_width

Increase Guides and Chapters wrapper width [ci skip]
  • Loading branch information
vipulnsward committed Nov 19, 2019
2 parents 1e39686 + e812a3d commit 3e4c642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions guides/assets/stylesheets/main.css
Expand Up @@ -254,7 +254,7 @@ body {
right: 0;
background: #FFF;
padding: 1em 1.5em 1em 1.25em;
width: 17em;
width: 20em;
font-size: 0.9285em;
line-height: 1.3846em;
margin-right: 1em;
Expand All @@ -281,7 +281,7 @@ 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;}
#feature .wrapper {max-width: 720px; padding-right: 23em; position: relative; z-index: 0;}

@media screen and (max-width: 960px) {
#container .wrapper { padding-right: 23em; }
Expand Down
4 changes: 2 additions & 2 deletions guides/assets/stylesheets/main.rtl.css
Expand Up @@ -255,7 +255,7 @@ body {
left: 0;
background: #FFF;
padding: 1em 1.5em 1em 1.25em;
width: 17em;
width: 20em;
font-size: 0.9285em;
line-height: 1.3846em;
margin-left: 1em;
Expand All @@ -282,7 +282,7 @@ body {
}

#header .wrapper, #topNav .wrapper, #feature .wrapper {padding-right: 1em; max-width: 960px;}
#feature .wrapper {max-width: 640px; padding-left: 23em; position: relative; z-index: 0;}
#feature .wrapper {max-width: 720px; padding-left: 23em; position: relative; z-index: 0;}

@media screen and (max-width: 960px) {
#container .wrapper { padding-left: 23em; }
Expand Down

0 comments on commit 3e4c642

Please sign in to comment.