Skip to content

Commit 73e4e0e

Browse files
committed
health care page
1 parent 504868c commit 73e4e0e

File tree

1 file changed

+1
-1
lines changed
  • pcweb/pages/use_cases/common

1 file changed

+1
-1
lines changed

pcweb/pages/use_cases/common/faq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def faq_section(faq_items: list[tuple[str, str]], class_name: str = "") -> rx.Co
3434
class_name="max-w-[35rem] flex justify-center items-center flex-col mx-auto w-full gap-2 mt-[2rem]",
3535
),
3636
class_name=ui.cn(
37-
"flex flex-col items-center mx-auto w-full max-w-[64.19rem] lg:border-x border-slate-3 relative overflow-hidden py-20",
37+
"flex flex-col items-center mx-auto w-full max-w-[64.19rem] lg:border-x border-slate-3 relative overflow-hidden py-20 max-lg:px-4",
3838
class_name,
3939
),
4040
)

0 commit comments

Comments
 (0)