From f22bc4039df1f2ec54e90002c8bf175c246c66c9 Mon Sep 17 00:00:00 2001 From: Abdullah <3zamil@gmail.com> Date: Wed, 13 Nov 2019 20:33:45 +0300 Subject: [PATCH] I changed helloInput width to 400 --- public/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index ad9bff9..e4ff8c4 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1,3 +1,3 @@ .helloInput { - width: 200px; + width: 400px; }