fix: ajustes nos textos responsivos

This commit is contained in:
Ramon Dias Ferreira 2023-01-20 11:08:03 -03:00
parent 2ae2dd2697
commit f9848f8a3e
5 changed files with 45 additions and 1 deletions

View File

@ -27,5 +27,14 @@
.devolucao__title {
text-align: center;
}
.devolucao__container{
padding: 0;
}
.devolucao__description{
padding-bottom: 81px;
text-align: justify
}
}

View File

@ -27,5 +27,14 @@
.entrega__title {
text-align: center;
}
.entrega__container{
padding: 0;
}
.entrega__description{
padding-bottom: 81px;
text-align: justify
}
}

View File

@ -28,5 +28,13 @@
.pagamento__title {
text-align: center;
}
.pagamento__container{
padding: 0;
}
.pagamento__description{
padding-bottom: 81px;
text-align: justify
}
}

View File

@ -28,5 +28,14 @@
.seguranca__title {
text-align: center;
}
.seguranca__container{
padding: 0;
}
.seguranca__description{
padding-bottom: 81px;
text-align: justify
}
}

View File

@ -21,12 +21,21 @@
line-height: 15px;
color: #7D7D7D;
text-align: left;
padding-bottom: 171px;
padding-bottom: 94px;
}
@media (max-width: 1024px) {
.sobre__title {
text-align: center;
}
.sobre__container{
padding: 0;
}
.sobre__description{
padding-bottom: 81px;
text-align: justify
}
}