Skip to content

Commit b790f77

Browse files
committed
fix safari thing
1 parent 0b050d6 commit b790f77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pcweb/pages/use_cases/common/final_section.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def right_content(h1: str, description: str) -> rx.Component:
2626
to=REFLEX_BUILD_URL,
2727
target="_blank",
2828
),
29-
class_name="flex flex-col lg:p-20 p-8 h-full",
29+
class_name="flex flex-col lg:p-20 p-8 h-full shrink-0",
3030
)
3131

3232

@@ -48,5 +48,5 @@ def left_content(h1: str, description: str) -> rx.Component:
4848
custom_attrs=get_cal_attrs(),
4949
class_name="w-fit font-semibold mt-4",
5050
),
51-
class_name="flex flex-col gap-4 items-start justify-center lg:py-20 py-8 lg:pl-20 pl-8 lg:pr-[7.5rem] pr-8 relative overflow-hidden min-h-fit",
51+
class_name="flex flex-col gap-4 items-start justify-center lg:py-20 py-8 lg:pl-20 pl-8 lg:pr-[7.5rem] pr-8 relative overflow-hidden min-h-fit shrink-0",
5252
)

pcweb/pages/use_cases/finance/views/final_section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def final_section() -> rx.Component:
1414
"Spin Up Your First Finance App",
1515
"Connect your data source, and ship a working internal tool in an afternoon—no JavaScript required.",
1616
),
17-
class_name="flex lg:flex-row flex-col w-full rounded-2xl border border-m-slate-4 dark:border-m-slate-12 bg-white-1 dark:bg-m-slate-14 z-5 lg:divide-x divide-slate-3 max-lg:divide-y",
17+
class_name="flex xl:flex-row flex-col w-full rounded-2xl border border-m-slate-4 dark:border-m-slate-12 bg-white-1 dark:bg-m-slate-14 z-5 lg:divide-x divide-slate-3 max-lg:divide-y",
1818
),
1919
class_name="mx-auto w-full max-w-[71.125rem] relative rounded-4xl border border-slate-4 backdrop-blur-[6px] bg-slate-2/48 p-4 flex z-1 max-lg:mb-6 -mb-px",
2020
)

0 commit comments

Comments
 (0)