From 9b401570bccea07444164be2d1ce66fff9510a7f Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 26 Jul 2021 18:35:54 +0300 Subject: [PATCH] fix(client): adjust big cta size (#43017) --- client/src/components/layouts/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 2712ff5679..166a85b8f2 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -30,6 +30,9 @@ body { font-size: 1.5rem; white-space: normal; width: 100%; + max-width: 500px; + padding: 5px; + margin: 0 auto; } /*