feature/alteracoes #2

Merged
SabrinaMiranda merged 12 commits from feature/alteracoes into main 2022-12-27 02:46:36 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit a8983e5adf - Show all commits

View File

@ -92,6 +92,10 @@
@media (max-width: 767px) {
width: 49.2%;
}
@media (max-width: 491px) {
width: 45% !important;
}
}
#go-to-shipping {

View File

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