feat: diminuir o padding para telas menores que 320px
This commit is contained in:
parent
6b344b3fc2
commit
7bdb2a7fb1
@ -409,4 +409,15 @@ body {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 320px) {
|
||||
.top-infocard,
|
||||
.top-cards,
|
||||
.middle-images,
|
||||
.bottom-cards,
|
||||
.bottom-infocard-content {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user