From be0925028b4ffdd3a17299e925fe3ea5d00cedfc Mon Sep 17 00:00:00 2001 From: Plailect Date: Fri, 19 Apr 2019 14:10:37 -0400 Subject: [PATCH] update css --- _sass/minimal-mistakes/_utilities.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/_sass/minimal-mistakes/_utilities.scss b/_sass/minimal-mistakes/_utilities.scss index 8502d2631a..ca9e8e3cec 100644 --- a/_sass/minimal-mistakes/_utilities.scss +++ b/_sass/minimal-mistakes/_utilities.scss @@ -345,11 +345,11 @@ body:hover .visually-hidden button { transform: rotate3d(0,0,1,-45deg); } } - + /* Langicons ========================================================================== */ - + .langicon { position: relative; width: $navicon-width; @@ -377,7 +377,7 @@ body:hover .visually-hidden button { bottom: (-2 * $navicon-height); } } - + .close .langicon { /* hide the middle line*/ background: transparent; @@ -585,8 +585,13 @@ a.reversefootnote { .adsbygoogle { border-bottom: none; margin-bottom: 1rem; + margin-top: 1rem; } .adsbygoogle:last-child { margin-bottom: 0; +} + +.adsbygoogle:first-child { + margin-top: 0; } \ No newline at end of file