fix(css): put search box to center in mobile view

This commit is contained in:
curben 2019-08-30 19:33:27 +01:00
parent f86c829d78
commit 5f473b6253
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 0 deletions

View File

@ -825,6 +825,7 @@ pre .keyword {
float: right;
height: 1.8em;
position: relative;
margin: auto;
}
/* inline-block to position them in same line */