forked from M3-Academy/challenge-vtex-io
fix: tirando o scroll lateral que vinha do footer
This commit is contained in:
parent
8df56116f5
commit
b84126a1b7
@ -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;
|
||||
}
|
3
styles/sass/pages/footer/vtex.store-footer.scss
Normal file
3
styles/sass/pages/footer/vtex.store-footer.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.socialNetworksContainer{
|
||||
margin: 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user