Fix search field in the header of the mobile version
This commit is contained in:
parent
6947a1945c
commit
53b1f9effd
1 changed files with 3 additions and 2 deletions
|
|
@ -69,8 +69,9 @@ header {
|
|||
-moz-box-shadow: -2px 0px 2px 1px #333;
|
||||
-webkit-box-shadow: -2px 0px 2px 1px #333;
|
||||
|
||||
header {
|
||||
width: 80%;
|
||||
header {
|
||||
left: 100%;
|
||||
right: -80%;
|
||||
|
||||
#global_search {
|
||||
margin-left: 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue