From 77be552a61ee82a3b6806c76e796f5fc95456527 Mon Sep 17 00:00:00 2001 From: Ken Udeh Date: Sun, 1 Oct 2023 06:15:23 +0100 Subject: [PATCH] minor correction to the input field --- src/App.js | 1 - src/index.css | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index 1501603..2a2670a 100644 --- a/src/App.js +++ b/src/App.js @@ -80,7 +80,6 @@ const handleSubmit = (e) => { search={search} setSearch = {setSearch} />}/> }/> - }/> }/> diff --git a/src/index.css b/src/index.css index 940b31b..1c14616 100644 --- a/src/index.css +++ b/src/index.css @@ -27,7 +27,6 @@ code { flex-grow: 4; max-width: 500px; border: 5px solid #e68fa4; - background-color: red; } /*Header*/ @@ -161,7 +160,8 @@ ul{ .Edit form input{ min-height: 15vh; - min-width: 50vw; + max-width: 20vw; + min-width: 25vw; } .Edit form button{