From 2cd3445d2f66391dbaa8f8710f7752659a283140 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 27 Nov 2022 17:49:22 +0100 Subject: [PATCH] Revert width because it screwed up mobile view :( --- docs/stylesheets/extra.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 863883036..76b293fad 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -9,11 +9,6 @@ font-size: 12px; } -/* Maximum space for text block */ -.md-grid { - max-width: 76%; /* or 100%, if you want to stretch to full-width */ -} - /* remove bottom navigation */ .md-footer__inner:not([hidden]) { display: none