Skip to content

Commit c20448d

Browse files
committed
Make AlphaSphere.AI heading responsive
1 parent cc5ff65 commit c20448d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • alphaspheredotai_github_io/pages

alphaspheredotai_github_io/pages/home.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ def home_page() -> rx.Component:
1616
height="auto",
1717
width="25%",
1818
),
19-
rx.heading("AlphaSphere.AI", size="9", weight="bold"),
19+
rx.desktop_only(
20+
rx.heading("AlphaSphere.AI", size="9", weight="bold"),
21+
),
22+
rx.mobile_and_tablet(
23+
rx.heading("AlphaSphere.AI", size="7", weight="bold"),
24+
),
2025
),
2126
spacing="5",
2227
justify="center",

0 commit comments

Comments
 (0)