From 248f2309ef0054779f6da7fc3d9a8980d3fbb71f Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Wed, 12 May 2021 21:16:11 -0600 Subject: [PATCH] docs: fix fixed banner layout --- docs/src/pages/index.js | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 5e719c4202..7bfa03c893 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -104,24 +104,26 @@ function Home() {
{features && features.length > 0 && (
-
+
Announcing the Solana Season Hackathon
Jumpstart your next project on Solana & join the fastest growing ecosystem in crypto
- - - +

+ + + +

-
+
{features.map((props, idx) => ( ))}