From 70645ec0d5cef28a18f064bf2e208c3f76519085 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 30 Jul 2021 19:14:02 +0200 Subject: [PATCH] Improved usability of footer links on mobile devices --- wcfsetup/install/files/style/layout/box.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 8eb439ca5e..3f9dea9f76 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -954,6 +954,11 @@ flex: 0 0 auto; padding-left: 10px; padding-right: 10px; + + @include screen-md-down { + margin-bottom: 10px; + margin-top: 10px; + } } } -- 2.20.1