Skip to content

Commit 4f3686c

Browse files
authored
Revert margins
This PR did not have the desired effect on the User Guide. Reverting this until it can be handled later.
1 parent 094784e commit 4f3686c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/_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)