From 11f96819b95b1e17893c2e5bed396c10e0626b0b Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 17 Jun 2016 18:20:39 +0200 Subject: [PATCH] Reduced default paddings in footer --- wcfsetup/install/files/style/layout/box.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 8e342d7a1b..feb9c3ea61 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -457,14 +457,7 @@ background-color: $wcfFooterBackground; color: $wcfFooterText; flex: 0 0 auto; - - @include screen-md-up { - padding: 40px 0; - } - - @include screen-sm-down { - padding: 20px 0; - } + padding: 20px 0; .icon { color: $wcfFooterText; -- 2.20.1