From 000bdec52ee285fabb70b371e37c930fe9629966 Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Thu, 21 Nov 2024 13:42:31 +0000 Subject: [PATCH] question theme: the content is as wide as it can be --- themes/question/files/resources/question.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/question/files/resources/question.css b/themes/question/files/resources/question.css index 1c55bb533..19010f6a8 100644 --- a/themes/question/files/resources/question.css +++ b/themes/question/files/resources/question.css @@ -7,7 +7,7 @@ } body.show-nav #everything { - grid-template: "main"; + grid-template: "main" / 1fr; justify-content: center; }