From 605068b5863ef3106cc852ba635093752e91e862 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 6 Sep 2017 13:38:16 +0200 Subject: [PATCH] Decrease font size for page copyright on mobile --- wcfsetup/install/files/style/layout/pageFooter.scss | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.20.1