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; }