From bfbe5077e78eeae2ef9652a9d922ffd9e6b0672f Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:27:34 +0100 Subject: [PATCH] Change Search Position --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index c1c905a..41d2cd0 100644 --- a/css/style.css +++ b/css/style.css @@ -92,20 +92,24 @@ body { color: #ffffff; } +form.f-search { + float: right; +} + /* Style the search field */ form.f-search input[type=text] { padding: 10px; font-size: 17px; border: 1px solid grey; float: left; - width: 50%; + width: 30%; background: #f1f1f1; } /* Style the submit button */ form.f-search button { float: left; - width: 34px; + width: 36px; padding: 10px; background: #2196F3; color: white;