Change positioning (#16951)

* oops!
This commit is contained in:
Ryan M. Shea 2021-04-29 12:54:18 -06:00 committed by GitHub
parent c9c94a7ef2
commit 8c651d2530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -104,12 +104,12 @@ function Home() {
<main>
{features && features.length > 0 && (
<section className={styles.features}>
<div className="container">
<div className="row cards__container">
<div className="row cards__container">
<div class="alert alert--primary" role="alert">
<b>Announcing the Solana Season Hackathon</b>
<br />
Jumpstart your next project on Solana & join the fastest growing ecosystem in crypto
Jumpstart your next project on Solana & join the fastest growing
ecosystem in crypto
<br />
<a
href="https://solana.com/solanaszn"
@ -121,6 +121,7 @@ function Home() {
</button>
</a>
</div>
<div className="container">
{features.map((props, idx) => (
<Feature key={idx} {...props} />
))}