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