add width to search box

master
Marshall 2020-10-06 11:23:39 -04:00
parent 645f13e410
commit 7f1ad4d4d6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ nav {
nav .searchbox {
position: relative;
float: left;
width: 22em;
width: 26em;
padding: 0.2em;
}
nav .donatelink {