fix: ajustes nos textos responsivos #7

Merged
RamonDiasFerreira merged 1 commits from feature/institucional into develop 2023-01-20 14:08:57 +00:00
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
}
}