From 81bcd26f34390a1a9bf714be6f7938538939c398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Wed, 12 Feb 2025 12:03:11 +0100 Subject: [PATCH] closes #104 --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index 983fba8..8be4e1e 100644 --- a/src/app.css +++ b/src/app.css @@ -43,6 +43,10 @@ } /* Content */ + main { + @apply max-w-full; + } + main.main-leather, article.article-leather { @apply bg-primary-0 dark:bg-primary-1000 text-gray-800 dark:text-gray-300;