Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / adLocation.scss
index 2cb53558a6f7414a1891327fe784c3eb1ef1db43..80dc1bb65e2235979939eb27cbc64b337b07afb5 100644 (file)
@@ -7,7 +7,7 @@
                float: right;
                margin-left: 30px;
        }
-       
+
        @include screen-md-down {
                display: none;
        }
@@ -27,7 +27,7 @@
 .wcfAdLocationSidebarTop,
 .wcfAdLocationSidebarBottom {
        text-align: center;
-       
+
        > div {
                display: inline-block;
                text-align: left;
 .wcfAdLocationFooterContent {
        .adsbygoogle {
                @include screen-xs {
-                       // half banner
-                       height: 60px;
-                       width: 234px;
+                       // mobile leaderboard
+                       height: 50px;
+                       width: 320px;
                }
-               
+
                @include screen-sm-up {
                        // banner
                        height: 60px;
                height: 60px;
                width: 468px;
        }
-       
+
        @include screen-md {
                // leaderboard
                height: 90px;
                width: 728px;
        }
-       
+
        @include screen-lg {
                // large leaderboard
                height: 90px;
                        height: 250px;
                        width: 300px;
                }
-               
+
                @include screen-lg {
-                       // square
-                       height: 250px;
-                       width: 250px;
+                       // wide skyscraper
+                       height: 600px;
+                       width: 160px;
                }
        }
 }