forked from M3-Academy/challenge-landing-page
Adiciona botton texto desktop e mobile
This commit is contained in:
parent
bca10126d4
commit
e55324d709
@ -149,6 +149,38 @@ body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.botton {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
padding: 73px 0 90px;
|
||||
}
|
||||
|
||||
.botton-case {
|
||||
max-width: 760px;
|
||||
}
|
||||
|
||||
.botton-title {
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
line-height: 39px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.botton-paragraph{
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.botton-imagem{
|
||||
display: block;
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (maw-width: 1400px) {
|
||||
|
Loading…
Reference in New Issue
Block a user