tsconfig and small ui change

This commit is contained in:
wearrrrr 2024-02-11 18:55:36 -06:00
parent bded1098bb
commit 66bd055455
2 changed files with 1 additions and 2 deletions

View file

@ -108,7 +108,7 @@ export function getStaticPaths() {
gap: 20px; gap: 20px;
margin: 0 auto; margin: 0 auto;
width: 90%; width: 90%;
margin-top: 20px; margin-top: 40px;
} }
.faq-card { .faq-card {

View file

@ -2,6 +2,5 @@
"extends": "astro/tsconfigs/strict", "extends": "astro/tsconfigs/strict",
"compilerOptions": { "compilerOptions": {
"verbatimModuleSyntax": false, "verbatimModuleSyntax": false,
"allowSyntheticDefaultImports": true
} }
} }