feat: Aplica css mobile

This commit is contained in:
Sabrina Miranda 2022-12-26 23:42:20 -03:00
parent c5b1bdd852
commit a8983e5adf
2 changed files with 5 additions and 0 deletions

View File

@ -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 {

View File

@ -5,6 +5,7 @@
* { * {
box-sizing: border-box; box-sizing: border-box;
outline: none;
} }
html { html {