forked from M3-Academy/challenge-landing-page
feat: adiciona responsividade ao middle banner
This commit is contained in:
parent
dd2608b612
commit
df7a92ff15
@ -94,6 +94,28 @@ body {
|
|||||||
padding: 26px;
|
padding: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-middle {
|
||||||
|
background: #E0E0E0;
|
||||||
|
margin-top: 80px;
|
||||||
|
}
|
||||||
|
.banner-middle-align {
|
||||||
|
display: flex;
|
||||||
|
gap: 40px
|
||||||
|
}
|
||||||
|
.banner-middle-images {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 0 72px;
|
||||||
|
position: relative;
|
||||||
|
top: 62px;
|
||||||
|
gap: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner-middle-image {
|
||||||
|
max-width: 566px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 769px) and (max-width: 1270px) {
|
@media screen and (min-width: 769px) and (max-width: 1270px) {
|
||||||
|
|
||||||
.second-infocard {
|
.second-infocard {
|
||||||
@ -125,6 +147,38 @@ body {
|
|||||||
.second-infocard {
|
.second-infocard {
|
||||||
grid-template-columns: 350px;
|
grid-template-columns: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-middle-image {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
top: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner-middle-images {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
row-gap: 24px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.image2, .image1 {
|
||||||
|
max-width: 177px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image3 {
|
||||||
|
max-width: 368px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner-middle-align {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
column-gap: 14px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user