We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4ac77 commit af59ab1Copy full SHA for af59ab1
1 file changed
src/pages/FAQ.tsx
@@ -54,7 +54,7 @@ const FAQ: FC = () => {
54
<h2 className="mb-8 pt-8 text-2xl font-medium" id="site-faqs">
55
FAQs on using Pathmaker
56
</h2>
57
- <div className="flex flex-col gap-4">
+ <div className="flex flex-col gap-8">
58
{siteFaqData.map((faq, index) => (
59
<FAQCard
60
key={index}
@@ -72,7 +72,7 @@ const FAQ: FC = () => {
72
I asked the ECE undergrad office in SF basement (SFB540)
73
about the following questions. Here are the answers.
74
</p>
75
76
{courseFaqData.map((faq, index) => (
77
78
0 commit comments