Change Button Size

This commit is contained in:
seiichiro 2022-01-10 17:22:57 +01:00
parent 4700e505ae
commit 2efcd25877

View file

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