From: Alexander Ebert Date: Wed, 6 Sep 2017 11:38:16 +0000 (+0200) Subject: Decrease font size for page copyright on mobile X-Git-Tag: 3.1.0_Alpha_3~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=605068b5863ef3106cc852ba635093752e91e862;p=GitHub%2FWoltLab%2FWCF.git Decrease font size for page copyright on mobile --- diff --git a/wcfsetup/install/files/style/layout/pageFooter.scss b/wcfsetup/install/files/style/layout/pageFooter.scss index 242d8873aa..8a696dda69 100644 --- a/wcfsetup/install/files/style/layout/pageFooter.scss +++ b/wcfsetup/install/files/style/layout/pageFooter.scss @@ -9,6 +9,8 @@ @include screen-sm-down { padding: 20px 0; + + @include wcfFontSmall; } > .layoutBoundary > div:not(:first-child) {