From 2efcd258771980c3c72b0ba03d343cd90a2474ba Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:22:57 +0100 Subject: [PATCH] Change Button Size --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ac442d9..1d8ed85 100644 --- a/css/style.css +++ b/css/style.css @@ -105,7 +105,7 @@ form.f-search input[type=text] { /* Style the submit button */ form.f-search button { float: left; - width: 10%; + width: 19px; padding: 10px; background: #2196F3; color: white;