fix: tirando o scroll lateral que vinha do footer

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-02-07 22:28:34 -03:00
parent 8df56116f5
commit b84126a1b7
2 changed files with 15 additions and 11 deletions

View File

@ -1,11 +1,12 @@
.row--menu-row {
padding-right: 24px;
}
.row--menu-row .rowContainer {
align-items: flex-start;
}
.row--payment-methods {
padding-top: 16px;
}
/*
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 */
.socialNetworksContainer {
margin: 0;
}

View File

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