refactor: ajuste em tamanhos das imagens
This commit is contained in:
parent
779504263c
commit
a7ec3367f5
@ -112,7 +112,6 @@
|
|||||||
height: 62px;
|
height: 62px;
|
||||||
}
|
}
|
||||||
.mini-banners-wrapper {
|
.mini-banners-wrapper {
|
||||||
padding: 0 72px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #e0e0e0;
|
background: #e0e0e0;
|
||||||
}
|
}
|
||||||
@ -125,21 +124,21 @@
|
|||||||
top: 62px;
|
top: 62px;
|
||||||
}
|
}
|
||||||
.mini-banner {
|
.mini-banner {
|
||||||
width: 33%;
|
width: 29%;
|
||||||
}
|
}
|
||||||
.mini-banner-image {
|
.mini-banner-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
/* Segundo Container de cards */
|
/* Segundo Container de cards */
|
||||||
.cards2-container {
|
.cards2-container {
|
||||||
padding: 129px 72px 108px;
|
padding: 129px 0px 108px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
}
|
}
|
||||||
.cards2-container .card {
|
.cards2-container .card {
|
||||||
width: 25%;
|
width: 22%;
|
||||||
min-height: 332px;
|
min-height: 332px;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
padding: 35px 32px 65px;
|
padding: 35px 32px 65px;
|
||||||
|
Loading…
Reference in New Issue
Block a user