Skip to content

Commit 43380ef

Browse files
authored
Merge pull request #4704 from codeigniter4/revert-4252-feature/doc-use-full-width-in-large-screens
Revert UG margins
2 parents 0f0c1d6 + 2fa4d13 commit 43380ef

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

user_guide_src/source/_static/css/citheme.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,6 @@ body, p, legend {
9595
background-size: 200px;
9696
}
9797

98-
/* -- Breakpoint for large screens (> 900px) --------- */
99-
@media (min-width: 900px) and (max-width: 1100px) {
100-
.wy-nav-content {
101-
max-width: 1620px;
102-
}
103-
}
104-
105-
@media (min-width: 1100px) {
106-
.wy-nav-content {
107-
margin: 0 auto;
108-
max-width: 1620px;
109-
}
110-
}
111-
11298
/* Titles ------------------------------------------------------------------- */
11399

114100
h1, h2, h3, h4, h5, h6 {

0 commit comments

Comments
 (0)