From 04cf37892f70102f8c7ecdf74213e1a1642279e4 Mon Sep 17 00:00:00 2001 From: Aditi Singh <74586135+Aditi-Singh16@users.noreply.github.com> Date: Mon, 29 May 2023 14:00:00 +0530 Subject: [PATCH] fixed QR-code alignment (#506) --- components/Layouts/app-layout.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Layouts/app-layout.module.css b/components/Layouts/app-layout.module.css index 32c87bd6..1548cb0d 100644 --- a/components/Layouts/app-layout.module.css +++ b/components/Layouts/app-layout.module.css @@ -156,7 +156,8 @@ .main { position: absolute; - width: calc(100vw - 1rem); + width: 100vw; + margin: 0 auto; min-height: 100vh; } @@ -193,6 +194,7 @@ padding: 0; font-size: 15px; text-align: center; + width: calc(100vw - 1rem); } .footer_text > p > a {