forked from M3-Academy/challenge-vtex-io
hotfix: corrigindo as margins da pagina de produto indisponivel
This commit is contained in:
parent
28e1a1d1ab
commit
ebee9bc2d3
@ -31,6 +31,13 @@
|
||||
|
||||
.flexRowContent--divProductIndisponivel {
|
||||
gap: 32px;
|
||||
margin: 0;
|
||||
margin-top: 16px !important;
|
||||
padding: 0px !important;
|
||||
padding-left: 40px !important;
|
||||
margin-bottom: 16px !important;
|
||||
padding-right: 40px !important;
|
||||
max-width: 100%;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
.flexRowContent--divProductIndisponivel {
|
||||
|
@ -18,6 +18,13 @@
|
||||
}
|
||||
.flexRowContent--divProductIndisponivel {
|
||||
gap: 32px;
|
||||
margin: 0;
|
||||
margin-top: 16px !important;
|
||||
padding: 0px !important;
|
||||
padding-left: 40px !important;
|
||||
margin-bottom: 16px !important;
|
||||
padding-right: 40px !important;
|
||||
max-width: 100%;
|
||||
@media (max-width: 1024px) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user