criação do newsletter para tablet e mobile

This commit is contained in:
Ueber James Santos 2023-01-08 23:35:43 -03:00
parent b9ed64f955
commit 6db58fd623

View File

@ -92,10 +92,14 @@
font-size: 12px;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 1024px) {
.container{
max-width: none;
}
.newsletter {
margin: 30px 0 24px;
padding: 20px 16px 32px;
padding: 16px;
}
.newsletter__label {