summaryrefslogtreecommitdiff
path: root/src/ModeTab.vue
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-30 21:18:47 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:10 +0100
commit814983fd793dfc3deb0e5b606b603dc48fce20ea (patch)
tree54f8b728af03ae03035833ba6f557441c3ae13b5 /src/ModeTab.vue
parentc7333e54e67cba5b648b111d8af91b1e0a73f95f (diff)
downloadbrokentalents-814983fd793dfc3deb0e5b606b603dc48fce20ea.tar.gz
brokentalents-814983fd793dfc3deb0e5b606b603dc48fce20ea.zip
Ads: Add margins
Diffstat (limited to 'src/ModeTab.vue')
-rw-r--r--src/ModeTab.vue11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/ModeTab.vue b/src/ModeTab.vue
index 7233a90..b93f1c7 100644
--- a/src/ModeTab.vue
+++ b/src/ModeTab.vue
@@ -14,7 +14,7 @@
</div>
</div>
- <Adsense
+ <Adsense class="adsense"
data-ad-client="ca-pub-6856963757796636"
data-ad-slot="3898218968">
</Adsense>
@@ -31,7 +31,7 @@
</div>
</div>
- <Adsense
+ <Adsense class="adsense"
data-ad-client="ca-pub-6856963757796636"
data-ad-slot="4801023518">
</Adsense>
@@ -43,6 +43,13 @@
</div>
</template>
+<style lang="scss" scoped>
+.adsense {
+ margin-top: 2em;
+ margin-bottom: 2.5em;
+}
+</style>
+
<script>
import Vue from 'vue';
import Highlights from './Highlights.vue';