docs - using more space on large screens for content
silversword411 committed
Sep 15, 2022 at 17:44 UTC
35fc2fd41072e7700b8d6571f8597e8287bf302f
1 file changed
+5
docs/docs/stylesheets/extra.css
+5
@@ -1,3 +1,8 @@
1
+/* Maximum space for text block */
2
+.md-grid {
3
+ max-width: 95%; /* or 100%, if you want to stretch to full-width */
4
+ }
5
+
6
.md-header {
7
background-color: #0b3e81 !important;
8
color: white !important;