diff --git a/website/src/pages/Homepage.css b/website/src/pages/Homepage.css index c93facde7..e1f8696b9 100644 --- a/website/src/pages/Homepage.css +++ b/website/src/pages/Homepage.css @@ -4,6 +4,14 @@ font-size: 14px; } +.buttonRow { + display: flex; + flex-direction: column; + align-items: center; + gap: 20px; +} + + .button { background-color: #12e172; padding: 16px 32px 16px 32px; @@ -93,6 +101,12 @@ a:nth-child(3) { font-size: 18px; } + .buttonRow { + display: flex; + flex-direction: row; + gap: 20px; + } + .actionRow { display: flex; flex-direction: row; diff --git a/website/src/pages/Homepage.jsx b/website/src/pages/Homepage.jsx index 191d1008b..8fc5874e6 100644 --- a/website/src/pages/Homepage.jsx +++ b/website/src/pages/Homepage.jsx @@ -18,6 +18,17 @@ const Homepage = () => { The tooling for building zero-knowledge applications at your fingertips

{" "} +
+ + + {" "} { > {" "} +