From caee0535f71c86667b7de7ed6a06daf70b123663 Mon Sep 17 00:00:00 2001 From: Dmytro Cheshun Date: Mon, 11 Jun 2018 20:31:50 +0300 Subject: [PATCH] Fixed a minor styling issue in page footer in order to align the columns indentations --- .../Magento/luma/Magento_Theme/web/css/source/_module.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less index 8532659885187..3342a868aaca3 100644 --- a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less @@ -327,6 +327,9 @@ .widget.block { .lib-css(margin, @indent__base 0); } + .links .widget.block { + margin: 0; + } } .no-display:extend(.abs-no-display all) {