From 4700e505aeb4d9b0bd75675f11b76661bf392b13 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:22:02 +0100 Subject: [PATCH] Adapt CSS --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 5fe74e6..ac442d9 100644 --- a/css/style.css +++ b/css/style.css @@ -92,21 +92,20 @@ body { color: #ffffff; } - /* Style the search field */ form.f-search input[type=text] { padding: 10px; font-size: 17px; border: 1px solid grey; float: left; - width: 80%; + width: 50%; background: #f1f1f1; } /* Style the submit button */ form.f-search button { float: left; - width: 20%; + width: 10%; padding: 10px; background: #2196F3; color: white;