Decrease content top/bottom padding on `screen-xs`
authorAlexander Ebert <ebert@woltlab.com>
Wed, 26 Jul 2017 11:46:08 +0000 (13:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 26 Jul 2017 11:46:08 +0000 (13:46 +0200)
wcfsetup/install/files/style/layout/layout.scss
wcfsetup/install/files/style/layout/print.scss

index 1ac7c0bac41f734e1bf92098e9ff9dca3c45609a..fc0a60302714f5fb6962d481aab0a2772cc8899a 100644 (file)
@@ -59,7 +59,7 @@ a {
        flex: 1 0 auto;
        
        @include screen-xs {
-               padding: 30px 0;
+               padding: 20px 0;
                width: 100%;
        }
        
index 63db34cd951fabb061a44f7e342473e3b94678b4..5952fe061af76003720b4eb646c229095324cd8f 100644 (file)
@@ -58,7 +58,7 @@
        
        /** minor optimizations **/
        .main {
-               padding: 30px 0;
+               padding: 20px 0;
        }
        
        .content {