diff --git a/src/components/HomepageHeader.module.css b/src/components/HomepageHeader.module.css index 23c57cf..1103dba 100644 --- a/src/components/HomepageHeader.module.css +++ b/src/components/HomepageHeader.module.css @@ -16,13 +16,21 @@ html[data-theme="light"] .heroBanner { overflow: hidden; } -.buttons { +.buttonRow { display: flex; align-items: left; justify-content: left; + text-align: left; margin-top: 3rem; } +@media only screen and (max-width: 768px) { + .buttonRow { + flex-direction: column; + gap: 0.75rem; + } +} + .frontTitle { text-align: left; font-size: 3.75rem; diff --git a/src/components/HomepageHeader.tsx b/src/components/HomepageHeader.tsx index 42ca7fd..6a19e04 100644 --- a/src/components/HomepageHeader.tsx +++ b/src/components/HomepageHeader.tsx @@ -7,74 +7,80 @@ import styles from "./HomepageHeader.module.css"; const ProtocolDocsButton = () => { return ( - - - - - Protocol Docs - +
+ + + + + Protocol Docs + +
); }; const WebsiteButton = () => { return ( - - - - - Website - +
+ + + + + Website + +
); }; const GithubButton = () => { return ( - - - - - - - - - - - - GitHub - +
+ + + + + + + + + + + + GitHub + +
); }; @@ -89,7 +95,7 @@ export default function HomepageHeader() { With Hifi, you're not just borrowing or lending; you're empowering your investments through a pioneering system that blends the security of blockchain with the predictability of fixed-rate returns.

-
+