From 19275bb6c276cf921e28df8fdbe76ba1c248ce13 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 25 Jan 2017 16:03:56 +0100 Subject: [PATCH] Fixed mobile layout of footer links --- wcfsetup/install/files/style/layout/box.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 7fa8be72d2..4f79ec3f4c 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -846,9 +846,16 @@ } > li { - flex: 0 0 25%; + @include screen-md-up { + flex: 0 0 25%; + max-width: 25%; + } + + @include screen-sm-down { + flex: 1 1 100%; + } + margin-bottom: 20px; - max-width: 25%; > .boxMenuLink { @include wcfFontHeadline; -- 2.20.1