Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Como faço para os botões não aumentem quando mudar para desktop?

Insira aqui a descrição dessa imagem para ajudar na acessibilidade

1 resposta
solução!

.chamada { display: flex; flex-direction: column; align-items: center;

color: #FFF;
text-align: center;

background-color: #00161C;

padding-top: 12.25rem;
padding-bottom: 2.5rem;

}

.chamada__titulo { font-family: 'Montserrat', serif; font-size: 2rem; font-weight: 700; text-transform: uppercase;

margin-bottom: 1.5rem;

}

.chamada__texto { font-size: 1.25rem; line-height: normal;

margin: 0 auto 2.5rem;

}

.chamada__botao { width: 100%; }

@media screen and (min-width: 768px) { .chamada { background-color: #e462e9; } }

@media screen and (min-width: 768px) { .chamada__texto { max-width: 600px; } }