Skip to content

Commit 2fa4d13

Browse files
authored
Revert "Fixed documentation styles to widen the content frame on large screens"
1 parent 0f0c1d6 commit 2fa4d13

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)