Skip to content

Commit

Permalink
fix(migrator): fix top margin of faq
Browse files Browse the repository at this point in the history
  • Loading branch information
abbylow committed Jul 24, 2023
1 parent 9104470 commit b152353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/converter/src/components/converter/Faq/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function Accordion({

export function Faq() {
return (
<ConvertCard className="rounded-xl w-full mt-8 overflow-x-auto">
<ConvertCard className="rounded-xl w-full mt-5 overflow-x-auto">
<div className="flex gap-3">
<div className="flex flex-col w-full">
{faqList.map((el, idx) => (
Expand Down

0 comments on commit b152353

Please sign in to comment.