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; }