From 0f551b0eb98f39b54b6653fbb9aea6c950d70882 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 22 Jul 2022 11:25:16 +0200 Subject: [PATCH] fixed styling --- frontend/src/styles/popups.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index 282dd346f..10344ea3d 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -479,14 +479,14 @@ place-self: center; grid-area: check; } - &.ads { - grid-template-columns: 1fr; - grid-template-areas: - "title" - "description"; - a { - margin-top: 0.25rem; - } + } + .cookie.ads label { + grid-template-columns: 1fr; + grid-template-areas: + "title" + "description"; + a { + margin-top: 0.25rem; } } }