Update Adsense to place ads on all devices
The current adsense implementation only places ads on desktop-sized screens. This change allows ads of the appropriate size to be displayed on any device. fixes #224
This commit is contained in:
@@ -74,14 +74,7 @@
|
||||
}
|
||||
|
||||
.page > .content {
|
||||
min-height: $size-skyscraper-height;
|
||||
}
|
||||
|
||||
.skyscraper {
|
||||
height : $size-skyscraper-height - 2px;
|
||||
width : $size-skyscraper-width - 2px;
|
||||
|
||||
border : 1px solid $color-gray-medium;
|
||||
min-height: $size-ad-skyscraper-height;
|
||||
}
|
||||
|
||||
.scrollDisabled {
|
||||
|
||||
Reference in New Issue
Block a user