Skip to content

Commit 0148ef4

Browse files
committed
increase padding
1 parent 2d9ead4 commit 0148ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/[lang]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function Landing() {
344344
<Narrow className="mx-auto pl-sm-5">
345345
{faqs.map((item) => (
346346
<div
347-
className={classnames('py-2 my-1 px-sm-2', {
347+
className={classnames('py-4 my-1 px-sm-2', {
348348
'bg-light rounded-lg': faq[item.id],
349349
})}
350350
key={item.id}>

0 commit comments

Comments
 (0)