Adapt CSS

This commit is contained in:
seiichiro 2022-01-10 17:22:02 +01:00
parent 7fa5b16350
commit 4700e505ae

View file

@ -92,21 +92,20 @@ body {
color: #ffffff;
}
/* Style the search field */
form.f-search input[type=text] {
padding: 10px;
font-size: 17px;
border: 1px solid grey;
float: left;
width: 80%;
width: 50%;
background: #f1f1f1;
}
/* Style the submit button */
form.f-search button {
float: left;
width: 20%;
width: 10%;
padding: 10px;
background: #2196F3;
color: white;