diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 6cfd22386bf0137db222e41abe54421874bb31d6..117521f9fda96a38037503d7668b72e8ccd27fb3 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -18,3 +18,8 @@
     padding-top: .1rem;
     padding-bottom: .1rem;
 }
+
+/* Fill the width of the browser window, no margins */
+.md-grid {
+    max-width: 100%;
+}