From 64bd8a01a4882b6a94d067e10d1c3382e5d8a7eb Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 19 Jun 2024 13:25:21 -0500 Subject: [PATCH] Revert "make aside 1rem wider" this broke mobile layouts This reverts commit cf1f5ead85a0bc3f151bd6c11c849bdcab3fc5d6. --- static/css/custom.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 3e23b07..a31fb13 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -17,7 +17,6 @@ /* override page max-width */ .page { max-width: 72rem; - grid-template-columns: minmax(0, 1fr) 16rem; }