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; }