fix margin
This commit is contained in:
parent
ce7cdfade1
commit
2b3599f35c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import Question from "./Question.astro"
|
||||||
import { LiaDotCircle } from "react-icons/lia";
|
import { LiaDotCircle } from "react-icons/lia";
|
||||||
import faq from "../../data/faq.json"
|
import faq from "../../data/faq.json"
|
||||||
---
|
---
|
||||||
<div class = "text-white w-full h-[90vh] ml-[9vw]">
|
<div class = "text-white w-full h-[90vh] ml-[9vw] mb-[20%] mt-[10%]">
|
||||||
<div class = "text-[2.5vw] flex items-center my-[7vh]">
|
<div class = "text-[2.5vw] flex items-center my-[7vh]">
|
||||||
<LiaDotCircle className = "mr-[1vw]" />
|
<LiaDotCircle className = "mr-[1vw]" />
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue