From e28dd0fbfb947bb5efe7c8a82468c0d19ed652f3 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 26 Nov 2024 09:53:29 +0530 Subject: [PATCH] portico: Remove text centering on thanks page. --- web/styles/portico/portico.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/styles/portico/portico.css b/web/styles/portico/portico.css index fa981e8406..34f927966e 100644 --- a/web/styles/portico/portico.css +++ b/web/styles/portico/portico.css @@ -304,12 +304,6 @@ html { font-weight: 400; } -.thanks-page { - .white-box { - text-align: center; - } -} - .lead { font-weight: bold; }