From 2be9c3b47c4fb0f627aaadef7b436fb3924ecb40 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:44:37 +0530 Subject: [PATCH] fix: Cookie banner UI issue on tutorials pages. --- src/templates/page.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/page.scss b/src/templates/page.scss index 42c1190..74b1e8b 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -679,8 +679,8 @@ table{ // Cookie banner #hs-banner-parent{ .hs-cookie-notification-position-bottom{ - width: calc(min(25em, 100%)); - left: 12%; + width: calc(min(28em, 100%)); + left: 14%; @media only screen and (max-width: 767px) { left: 3%; width: 95%;