feat: made responsive info-section

This commit is contained in:
Gabriel Ferreira Lehmann 2022-10-10 21:21:57 -03:00
parent 86b01640df
commit ef3585e5e6

View File

@ -58,8 +58,9 @@ header{
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
max-width: 766px; max-width: 54%;
padding: 28px 0 73px; padding: 28px 0 73px;
margin: 0 auto;
} }
@ -74,4 +75,23 @@ header{
display: unset; display: unset;
width: 100%; width: 100%;
} }
.info-section h2{
max-width: unset;
font-size: 20px;
line-height: 24px;
}
.info-section h1{
font-size: 28px;
line-height: 34px;
}
.info-section p{
max-width: unset;
padding: 12px 28px 65px;
font-size: 16px;
line-height: 24px;
text-align: center;
}
} }