From f9703603e3b06054f64511fa533a5814cec9076c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guti=C3=A9rrez?= Date: Mon, 24 Apr 2017 22:09:27 -0300 Subject: [PATCH] Fix ads style (#1043) --- _sass/_utilities.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss index 768c5ba8bb..711fd4040c 100644 --- a/_sass/_utilities.scss +++ b/_sass/_utilities.scss @@ -526,3 +526,17 @@ a.reversefootnote { color: $danger-color; font-weight: bold; } + + +/* + Ads + ========================================================================== */ + +.adsbygoogle { + border-bottom: none; + margin-bottom: 1rem; +} + +.adsbygoogle:last-child { + margin-bottom: 0; +} \ No newline at end of file