diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..5332ba4 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,5 @@ +/* Maximum space for text block */ +.md-grid { + max-width: 100%; /* or 100%, if you want to stretch to full-width */ +} + \ No newline at end of file