From 59e214bfe2f805baf4ff14eae328d2927b4619e7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 07:03:56 +0200 Subject: Resized page width to 700px --- themes/simple/layouts/partials/tailwind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/simple/layouts/partials') diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html index 1c63b0b..2492d72 100644 --- a/themes/simple/layouts/partials/tailwind.html +++ b/themes/simple/layouts/partials/tailwind.html @@ -3,7 +3,7 @@ /* Container */ .container-blog { - max-width: 640px; + max-width: 700px; margin: 0 auto; } -- cgit v1.2.3