forked from M3-Academy/m3-academy-template-checkout
feat: Aplica css mobile
This commit is contained in:
parent
c5b1bdd852
commit
a8983e5adf
@ -92,6 +92,10 @@
|
|||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
width: 49.2%;
|
width: 49.2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 491px) {
|
||||||
|
width: 45% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#go-to-shipping {
|
#go-to-shipping {
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
Loading…
Reference in New Issue
Block a user