Skip to content

Commit cc5ff65

Browse files
committed
Set logo image height to auto
1 parent df01136 commit cc5ff65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • alphaspheredotai_github_io/pages

alphaspheredotai_github_io/pages/home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def home_page() -> rx.Component:
1313
src="https://raw.githubusercontent.com/AlphaSphereDotAI/.github/main/Logos/400x400.jpg",
1414
alt="AlphaSphere.AI Logo",
1515
border_radius="50%",
16-
height="25%",
16+
height="auto",
1717
width="25%",
1818
),
1919
rx.heading("AlphaSphere.AI", size="9", weight="bold"),

0 commit comments

Comments
 (0)