fix(responsividade): corrige alguns bugs de responsividade
This commit is contained in:
parent
9704979578
commit
fbb6395a06
@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
[class*="html--stack-layout"],
|
[class*="html--stack-layout"],
|
||||||
[class*="html--right-col"] {
|
[class*="html--right-col"] {
|
||||||
width: 50%;
|
width: 49.131%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1025px) {
|
||||||
.menuContainerNav {
|
.menuContainerNav {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
color: #AEAEAE;
|
color: #AEAEAE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1025px) {
|
||||||
.searchBarContainer {
|
.searchBarContainer {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -396,7 +396,6 @@
|
|||||||
|
|
||||||
.productImagesContainer--description {
|
.productImagesContainer--description {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 632px;
|
|
||||||
max-height: 632px;
|
max-height: 632px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -563,11 +562,15 @@
|
|||||||
max-height: 904px !important;
|
max-height: 904px !important;
|
||||||
}
|
}
|
||||||
.productImagesContainer--description {
|
.productImagesContainer--description {
|
||||||
|
width: 49.0999%;
|
||||||
max-height: 872px;
|
max-height: 872px;
|
||||||
}
|
}
|
||||||
.productImageTag--main {
|
.productImageTag--main {
|
||||||
max-height: 872px !important;
|
max-height: 872px !important;
|
||||||
}
|
}
|
||||||
|
.productDescriptionContainer {
|
||||||
|
width: 49.0999%;
|
||||||
|
}
|
||||||
.productDescriptionTitle {
|
.productDescriptionTitle {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
@ -577,11 +580,6 @@
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
.productImagesContainer--description {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 872px;
|
|
||||||
max-height: 872px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.productImageTag--main {
|
.productImageTag--main {
|
||||||
@ -592,7 +590,6 @@
|
|||||||
}
|
}
|
||||||
.productImagesContainer--description {
|
.productImagesContainer--description {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
|
||||||
max-height: 944px;
|
max-height: 944px;
|
||||||
}
|
}
|
||||||
.productDescriptionContainer {
|
.productDescriptionContainer {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1025px) {
|
||||||
.menuContainerNav {
|
.menuContainerNav {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1025px) {
|
||||||
.searchBarContainer {
|
.searchBarContainer {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -337,7 +337,6 @@
|
|||||||
|
|
||||||
.productImagesContainer--description {
|
.productImagesContainer--description {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 632px;
|
|
||||||
max-height: 632px;
|
max-height: 632px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -551,6 +550,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.productImagesContainer--description {
|
.productImagesContainer--description {
|
||||||
|
width: 49.0999%;
|
||||||
max-height: 872px;
|
max-height: 872px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -558,6 +558,10 @@
|
|||||||
max-height: 872px !important;
|
max-height: 872px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productDescriptionContainer {
|
||||||
|
width: 49.0999%;
|
||||||
|
}
|
||||||
|
|
||||||
.productDescriptionTitle {
|
.productDescriptionTitle {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
@ -568,12 +572,6 @@
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.productImagesContainer--description {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 872px;
|
|
||||||
max-height: 872px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -589,7 +587,6 @@
|
|||||||
|
|
||||||
.productImagesContainer--description {
|
.productImagesContainer--description {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
|
||||||
max-height: 944px;
|
max-height: 944px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user