forked from M3-Academy/desafio-react-e-typescript
Merge pull request 'fix: correção footer' (#7) from bugfix/footer-links into main
Reviewed-on: #7
This commit is contained in:
commit
cfd4a30b9c
@ -114,8 +114,7 @@
|
||||
.division {
|
||||
width: 1px;
|
||||
height: 24px;
|
||||
color: var(--gray-100);
|
||||
border: 1px solid var(--gray-100);
|
||||
background-color: var(--gray-100);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 12px;
|
||||
|
@ -7,12 +7,14 @@ export const Newsletter = () => {
|
||||
|
||||
<div className={styleNewsletter["container__wrapper"]}>
|
||||
<p>ASSINE NOSSA NEWSLETTER</p>
|
||||
<div className={styleNewsletter["container__wrapper__input-button"]}>
|
||||
<input type="email" placeholder="E-mail" />
|
||||
<button type="submit">
|
||||
ENVIAR
|
||||
</button>
|
||||
</div>
|
||||
<form>
|
||||
<div className={styleNewsletter["container__wrapper__input-button"]}>
|
||||
<input type="email" placeholder="E-mail" />
|
||||
<button type="submit">
|
||||
ENVIAR
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section >
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user