Merge pull request 'feat: diminuir o padding para telas menores que 320px' (#21) from feature/responsivo-320 into main
Reviewed-on: #21
This commit is contained in:
commit
e0d1d3ae8c
@ -376,3 +376,14 @@ body {
|
|||||||
line-height: 24px;
|
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