From 5876bd353c1636d91b4ac7eb3d48158b065617f8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 18 Apr 2024 17:32:26 +0300 Subject: [PATCH] Move comment --- src/assets/scss/_ads.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/assets/scss/_ads.scss b/src/assets/scss/_ads.scss index 315bd4962..49f0508f9 100644 --- a/src/assets/scss/_ads.scss +++ b/src/assets/scss/_ads.scss @@ -9,7 +9,9 @@ display: block; max-width: 400px; padding: 15px 15px 15px 160px; - margin: 2rem auto 0; // `auto` is some extra code compared to the upstream rule to center horizontally the ads at small breakpoints + // `auto` is some extra code compared to the upstream rule + // to center horizontally the ads at small breakpoints + margin: 2rem auto 0; overflow: hidden; @include font-size(.8125rem); line-height: 1.4;