From 66bd0554559f8a75d07b3e8e1a63aee51f8cee6a Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sun, 11 Feb 2024 18:55:36 -0600 Subject: [PATCH] tsconfig and small ui change --- src/pages/[lang]/index.astro | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index 4441321..fc3fd95 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -108,7 +108,7 @@ export function getStaticPaths() { gap: 20px; margin: 0 auto; width: 90%; - margin-top: 20px; + margin-top: 40px; } .faq-card { diff --git a/tsconfig.json b/tsconfig.json index 1c5b504..3f399db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,5 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "verbatimModuleSyntax": false, - "allowSyntheticDefaultImports": true } }