Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
2 changed files with 21 additions and 9 deletions
Showing only changes of commit e4d67cdd6e - Show all commits

View File

@ -1,11 +1,16 @@
.row--menu-row {
padding-right: 24px;
/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.acceptedPaymentMethodContainer {
margin: 0;
}
.row--menu-row .rowContainer {
align-items: flex-start;
}
.row--payment-methods {
padding-top: 16px;
}
.socialNetworksContainer {
margin: 0;
}

View File

@ -0,0 +1,7 @@
.acceptedPaymentMethodContainer{
margin: 0;
}
.socialNetworksContainer{
margin: 0;
}