From ee029fa55054344f3db9ffa48fd1a582ed5ca567 Mon Sep 17 00:00:00 2001 From: eraseyourknees <112027564+eraseyourknees@users.noreply.github.com> Date: Sun, 18 Sep 2022 21:47:55 +0200 Subject: [PATCH] Fix the search box size --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e5b7d4d..5e640cc 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,5 @@ #search-products { - width: calc(100% - 20px); + width: 100%; } #products-list,