From b84126a1b7b7422558bee7623f4a6f4a9670cb16 Mon Sep 17 00:00:00 2001 From: Adilson Fernando Date: Tue, 7 Feb 2023 22:28:34 -0300 Subject: [PATCH] fix: tirando o scroll lateral que vinha do footer --- styles/css/vtex.store-footer.css | 23 ++++++++++--------- .../sass/pages/footer/vtex.store-footer.scss | 3 +++ 2 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 styles/sass/pages/footer/vtex.store-footer.scss diff --git a/styles/css/vtex.store-footer.css b/styles/css/vtex.store-footer.css index 1fd6bb3..bdb4bb0 100644 --- a/styles/css/vtex.store-footer.css +++ b/styles/css/vtex.store-footer.css @@ -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; +} \ No newline at end of file diff --git a/styles/sass/pages/footer/vtex.store-footer.scss b/styles/sass/pages/footer/vtex.store-footer.scss new file mode 100644 index 0000000..35066cc --- /dev/null +++ b/styles/sass/pages/footer/vtex.store-footer.scss @@ -0,0 +1,3 @@ +.socialNetworksContainer{ + margin: 0; +} \ No newline at end of file