Improved ad sizes, fixed ad size on mobile
authorAlexander Ebert <ebert@woltlab.com>
Mon, 6 Nov 2017 14:43:33 +0000 (15:43 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 6 Nov 2017 14:43:33 +0000 (15:43 +0100)
See #2428

wcfsetup/install/files/style/ui/adLocation.scss

index 2cb53558a6f7414a1891327fe784c3eb1ef1db43..083232fa5e37a87830e391939f59bc23d3ab0f59 100644 (file)
@@ -47,9 +47,9 @@
 .wcfAdLocationFooterContent {
        .adsbygoogle {
                @include screen-xs {
-                       // half banner
-                       height: 60px;
-                       width: 234px;
+                       // mobile leaderboard
+                       height: 50px;
+                       width: 320px;
                }
                
                @include screen-sm-up {
@@ -90,9 +90,9 @@
                }
                
                @include screen-lg {
-                       // square
-                       height: 250px;
-                       width: 250px;
+                       // wide skyscraper
+                       height: 600px;
+                       width: 160px;
                }
        }
 }