Decrease font size for page copyright on mobile
authorAlexander Ebert <ebert@woltlab.com>
Wed, 6 Sep 2017 11:38:16 +0000 (13:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 6 Sep 2017 11:38:16 +0000 (13:38 +0200)
wcfsetup/install/files/style/layout/pageFooter.scss

index 242d8873aa62214d7bef254409855c41edda01a7..8a696dda698d93facdc98d1fc5fe85c6965f581d 100644 (file)
@@ -9,6 +9,8 @@
        
        @include screen-sm-down {
                padding: 20px 0;
+               
+               @include wcfFontSmall;
        }
        
        > .layoutBoundary > div:not(:first-child) {