Skip to content

Commit

Permalink
Merge pull request #4704 from codeigniter4/revert-4252-feature/doc-us…
Browse files Browse the repository at this point in the history
…e-full-width-in-large-screens

Revert UG margins
  • Loading branch information
MGatner authored May 18, 2021
2 parents 0f0c1d6 + 2fa4d13 commit 43380ef
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions user_guide_src/source/_static/css/citheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,6 @@ body, p, legend {
background-size: 200px;
}

/* -- Breakpoint for large screens (> 900px) --------- */
@media (min-width: 900px) and (max-width: 1100px) {
.wy-nav-content {
max-width: 1620px;
}
}

@media (min-width: 1100px) {
.wy-nav-content {
margin: 0 auto;
max-width: 1620px;
}
}

/* Titles ------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
Expand Down

0 comments on commit 43380ef

Please sign in to comment.