Modifica a responsividade do site
This commit is contained in:
parent
5e60f3e267
commit
34ef3c5663
@ -96,12 +96,12 @@
|
|||||||
.image-row-background {
|
.image-row-background {
|
||||||
background-color: #E0E0E0;
|
background-color: #E0E0E0;
|
||||||
max-height: 530px;
|
max-height: 530px;
|
||||||
padding: 62px 72px 0px 72px;
|
padding: 0px 72px 0px 72px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-row-wrapper {
|
.image-row-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: -25px;
|
bottom: -50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-row-desktop {
|
.image-row-desktop {
|
||||||
@ -282,6 +282,18 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image-row-wrapper {
|
||||||
|
bottom: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-row-background {
|
||||||
|
height: 579px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-image-desktop {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.second-card {
|
.second-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -291,7 +303,6 @@
|
|||||||
|
|
||||||
.second-card {
|
.second-card {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-card-p {
|
.second-card-p {
|
||||||
@ -302,7 +313,9 @@
|
|||||||
.bottom-banner-desktop {
|
.bottom-banner-desktop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.bottom-banner-img {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
.second-content {
|
.second-content {
|
||||||
padding: 50px 32px;
|
padding: 50px 32px;
|
||||||
}
|
}
|
||||||
@ -316,16 +329,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
|
||||||
.image-row-background {
|
|
||||||
height: 579px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row-image-desktop {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 1025px){
|
@media screen and (min-width: 1025px){
|
||||||
.image-row-mobile1 {
|
.image-row-mobile1 {
|
||||||
display: none;
|
display: none;
|
||||||
@ -348,12 +351,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 369px) {
|
@media screen and (max-width: 500px) {
|
||||||
.image-row-mobile1 {
|
.row-image-mobile {
|
||||||
width: 100%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-row-mobile2 {
|
.image-row-background {
|
||||||
width: 100px;
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-row-wrapper {
|
||||||
|
bottom: -30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-image-mobile2 {
|
||||||
|
width: 150%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-banner-img {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user