change to relative size when zooming in

master
Marshall 2020-10-05 13:46:59 -04:00
parent 16e1ab389d
commit 645f13e410
1 changed files with 2 additions and 2 deletions

View File

@ -85,10 +85,10 @@ nav {
display: none;
}
nav .searchbox {
margin-left: 65px;
margin-left: 2em;
float: left;
display: inline-block;
padding: 5px;
padding: 0.2em;
}
}