forked from M3-Academy/desafio-react-e-typescript
fix: ajustes nos textos responsivos
This commit is contained in:
parent
2ae2dd2697
commit
f9848f8a3e
@ -27,5 +27,14 @@
|
||||
.devolucao__title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.devolucao__container{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.devolucao__description{
|
||||
padding-bottom: 81px;
|
||||
text-align: justify
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -27,5 +27,14 @@
|
||||
.entrega__title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.entrega__container{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.entrega__description{
|
||||
padding-bottom: 81px;
|
||||
text-align: justify
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,5 +28,13 @@
|
||||
.pagamento__title {
|
||||
text-align: center;
|
||||
}
|
||||
.pagamento__container{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pagamento__description{
|
||||
padding-bottom: 81px;
|
||||
text-align: justify
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,5 +28,14 @@
|
||||
.seguranca__title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.seguranca__container{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.seguranca__description{
|
||||
padding-bottom: 81px;
|
||||
text-align: justify
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user