finaliza as 3 infocards do topo mobile e desktop
This commit is contained in:
parent
85502deddb
commit
49d4c1fd1e
@ -123,14 +123,26 @@ body {
|
|||||||
max-width: 239px;
|
max-width: 239px;
|
||||||
padding: 64px 0 90px 0;
|
padding: 64px 0 90px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-cards {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
padding: 36px 26px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 415px) {
|
||||||
.main-banner-mobile {
|
.main-banner-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
||||||
|
.top-cards {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
padding: 36px 26px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 415px) and (max-width: 767px) {
|
@media screen and (min-width: 415px) and (max-width: 767px) {
|
||||||
.main-banner-desktop {
|
.main-banner-desktop {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user