Skip to content

Commit 46087d4

Browse files
authored
add border-x to hosting price plans (#1450)
1 parent bfd94ff commit 46087d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/pricing/plan_cards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,5 +398,5 @@ def plan_cards() -> rx.Component:
398398
"Contact Us",
399399
price="Custom",
400400
),
401-
class_name="flex flex-row flex-wrap justify-center items-center gap-6 w-full",
401+
class_name="flex flex-row flex-wrap justify-center items-center gap-6 w-full lg:border-x border-slate-3 max-w-[64.19rem]",
402402
)

0 commit comments

Comments
 (0)