From 58daf93331eb30cf3c1b45f901190e4121aea6ee Mon Sep 17 00:00:00 2001 From: Kemal Gencay Date: Fri, 19 Jan 2024 10:58:08 +0300 Subject: [PATCH] commit 007 --- deno.json | 2 +- tailwind.config.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 0a8a457..0f06b40 100644 --- a/deno.json +++ b/deno.json @@ -12,7 +12,7 @@ "lint": { "rules": { "tags": ["fresh", "recommended"] } }, "exclude": ["**/_fresh/*"], "imports": { - "$fresh/": "https://deno.land/x/fresh@1.6.1/", + "$fresh/": "https://deno.land/x/fresh@1.6.3/", "preact": "https://esm.sh/preact@10.19.2", "preact/": "https://esm.sh/preact@10.19.2/", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", diff --git a/tailwind.config.ts b/tailwind.config.ts index 99dba8f..fa26f83 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -4,4 +4,9 @@ export default { content: [ "{routes,islands,components}/**/*.{ts,tsx}", ], + theme: { + container: { + center: true, + }, + }, } satisfies Config;