From: Marcel Werk Date: Wed, 25 Jan 2017 15:03:56 +0000 (+0100) Subject: Fixed mobile layout of footer links X-Git-Tag: 3.0.2~56 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=19275bb6c276cf921e28df8fdbe76ba1c248ce13;p=GitHub%2FWoltLab%2FWCF.git Fixed mobile layout of footer links --- 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;