File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,14 @@ dl > dt span ~ em {
235
235
div .body h3 , div .body h4 , div .body h5 {
236
236
font-size : 1rem ;
237
237
}
238
+ /* Override default styles to make more readable */
239
+ div .body ul {
240
+ padding-inline-start : 1rem ;
241
+ }
242
+ div .body blockquote {
243
+ margin-inline-start : 1rem ;
244
+ margin-inline-end : 0 ;
245
+ }
238
246
/* Remove sidebar and top related bar */
239
247
div .related , .sphinxsidebar {
240
248
display : none;
@@ -266,6 +274,7 @@ dl > dt span ~ em {
266
274
top : 0 ;
267
275
height : 40px ;
268
276
width : 100% ;
277
+ max-width : 100vw ;
269
278
padding : 0 1rem 0 45px ;
270
279
display : flex;
271
280
align-items : center;
@@ -285,7 +294,6 @@ dl > dt span ~ em {
285
294
5850
margin-right : 1rem ;
286
295
}
287
296
.version_switcher_placeholder select {
288
- height : 30px ;
289
297
border-radius : 0 ;
290
298
}
291
299
.nav-content .search {
You can’t perform that action at this time.
0 commit comments