This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix form

+6 -4
+1 -1
src/components/Newsletter/Newsletter.css
··· 33 33 text-align: center; 34 34 gap: 6.2px; 35 35 font-family: articulat-cf; 36 + margin-top: 27.7px; 36 37 } 37 38 38 39 .newsletter-page p { 39 40 text-align: center; 40 - margin-bottom: 30.6px; 41 41 } 42 42 43 43 .newsletter-form label {
+5 -3
src/components/Newsletter/Newsletter.js
··· 7 7 <main className="newsletter-page"> 8 8 <div className="alt-card"> 9 9 <h1>Subscribe to the Newsletter</h1> 10 - <p>Hi, my name is Dame! I'm the creator of cred.blue.</p> 11 - <p>If you'd like to stay up-to-date with cred.blue and the other things I'm making, sign up with your email below.</p> 12 - 10 + <div className="intro-paragraph"> 11 + <p>Hi, my name is Dame!</p> 12 + <p>I'm the creator of cred.blue.</p> 13 + <p>If you'd like to stay up-to-date with cred.blue and the other things I'm making, sign up with your email below.</p> 14 + </div> 13 15 <form 14 16 className="newsletter-form embeddable-buttondown-form" 15 17 action="https://buttondown.com/api/emails/embed-subscribe/dame"