diff --git a/docs/index.md b/docs/index.md
index 68f473d427e8051edfb76f082254db982c7b3657..9b0dde0c0475817ea0bf1265d2cba96c858189fe 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -5,10 +5,6 @@ hide:
 ---
 
 <style>
-  .md-content {
-    max-width: 1000px;
-    margin: auto;
-  }
   .intro-box {
     padding: 15px;
     padding-top: 0;
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%;
+}