Skip to content

Commit adb04be

Browse files
committed
increased content width
1 parent 4fa627d commit adb04be

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
/* Text styles */
22

33

4+
/*
45
# for the readthedocs theme
56
.wy-nav-content {
67
max-width: none;
78
}
9+
*/
10+
11+
/* full width */
12+
.md-grid {
13+
max-width: 90%;
14+
}
15+
816

917
/*
1018
:root {

site/sitemap.xml.gz

0 Bytes
Binary file not shown.

site/stylesheets/extra.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
/* Text styles */
22

33

4+
/*
45
# for the readthedocs theme
56
.wy-nav-content {
67
max-width: none;
78
}
9+
*/
10+
11+
/* full width */
12+
.md-grid {
13+
max-width: 90%;
14+
}
15+
816

917
/*
1018
:root {

0 commit comments

Comments
 (0)