From 0f6fe89e46eede2981bc2412b4147337c28f4bb1 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 25 Jul 2022 12:50:47 +0200 Subject: [PATCH] removed margin on settings, about, accounts ads --- frontend/src/styles/ads.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/ads.scss b/frontend/src/styles/ads.scss index 2dfc702c2..716827f37 100644 --- a/frontend/src/styles/ads.scss +++ b/frontend/src/styles/ads.scss @@ -10,11 +10,14 @@ } #ad-result-wrapper, -#ad-result-small-wrapper, +#ad-result-small-wrapper { + margin: 1rem auto 0 auto; +} + .pageSettings .ad, .pageAbout .ad, .pageAccount .ad { - margin: 1rem auto 0 auto; + margin: 0 auto; } #app.focus {