Skip to content

Commit c7600f1

Browse files
committed
fix: decrease FAQ font size
1 parent ca70fd0 commit c7600f1

File tree

1 file changed

+1
-1
lines changed
  • apps/site/src/app/(home)/sections/FAQ

1 file changed

+1
-1
lines changed

apps/site/src/app/(home)/sections/FAQ/FAQ.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const FAQ = async () => {
1818
>
1919
<div className="relative flex flex-col w-4/5 pb-7">
2020
<h2
21-
className={`${styles.title} my-6 font-display sm:text-[4.5rem] text-[#fffce2] text-4xl text-center`}
21+
className={`${styles.title} my-6 font-display sm:text-[3rem] text-[#fffce2] text-4xl text-center`}
2222
>
2323
FAQ
2424
</h2>

0 commit comments

Comments
 (0)