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;