From fb9b67b1f6759ae8c6849bad969e3d6ffddf3b8b Mon Sep 17 00:00:00 2001 From: vandyyy <90506616+vandyyyy@users.noreply.github.com> Date: Tue, 19 Oct 2021 00:43:10 +0530 Subject: [PATCH] Update style.css --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 1d8b92c..da04c8a 100644 --- a/style.css +++ b/style.css @@ -433,7 +433,17 @@ body { margin-bottom: 1rem; margin-top: -1.2rem; } +.container{ + width: 40%; + min-width: 450px; + + position: absolute; + transform: translate(-50%,-50%); + left: 50%; + top: 50%; + padding : 50px 30px; +} .form-container a { font-size: 1.3rem; }