fix search for mobile view

This commit is contained in:
teddit 2020-12-01 16:37:23 +01:00
parent 3fc31767d3
commit a5c144e984
1 changed files with 3 additions and 2 deletions

5
dist/css/styles.css vendored
View File

@ -1082,7 +1082,6 @@ input[type="submit"]:hover,
/* SEARCH */
#search {
margin-bottom: 50px;
margin-top: 30px;
float: left;
width: calc(25% - 60px);
}
@ -1340,8 +1339,10 @@ code {
padding-left: 20px;
padding-right: 20px;
}
#search.sr {
#search {
width: 100%;
margin-left: 20px;
margin-top: 30px;
}
#links.sr {
width: calc(100% - 10px);