From d0ba023808222c1fa192f54bf321959a2e67bfea Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:28:40 +0100 Subject: [PATCH] More Style Fixes --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 41d2cd0..0294fc3 100644 --- a/css/style.css +++ b/css/style.css @@ -94,6 +94,7 @@ body { form.f-search { float: right; + width: 20%; } /* Style the search field */ @@ -102,7 +103,7 @@ form.f-search input[type=text] { font-size: 17px; border: 1px solid grey; float: left; - width: 30%; + width: 80%; background: #f1f1f1; }