From 2b3599f35cabb7ae2b79c9e1fb8d360690c0ee74 Mon Sep 17 00:00:00 2001 From: Shing Hung Date: Fri, 3 Jan 2025 23:11:13 -0800 Subject: [PATCH] fix margin --- src/components/join/Questions.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/join/Questions.astro b/src/components/join/Questions.astro index 5570f38..c3ae8c9 100644 --- a/src/components/join/Questions.astro +++ b/src/components/join/Questions.astro @@ -3,7 +3,7 @@ import Question from "./Question.astro" import { LiaDotCircle } from "react-icons/lia"; import faq from "../../data/faq.json" --- -
+