From d570ac071502ee7584caa3612fd6f509e8104e83 Mon Sep 17 00:00:00 2001 From: ANSHU7347 <76692506+ANSHU7347@users.noreply.github.com> Date: Mon, 18 Oct 2021 21:19:59 +0530 Subject: [PATCH] Update index.css --- index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index 3b7e2bf..6b70920 100644 --- a/index.css +++ b/index.css @@ -25,7 +25,7 @@ body{ font-family: Varela Round; color: #fff; background-color: #7575ff; - padding:6px 0px; + padding:7px 0px; } #join_container{ @@ -47,8 +47,8 @@ body{   height: 100%; } #join_input{ - width:179px; - height:29px; + width:178px; + height:30px; color: #444; font-family: Varela Round; font-size: 15px; @@ -64,7 +64,7 @@ body{ box-shadow: 0 10px 30px -17px #1D3354; } #join_button_container{ - margin-top: 15px; + margin-top: 16px; width: 80px; height: 50px; }