mirror of https://gitlab.com/curben/blog
fix(css): put search box to center in mobile view
This commit is contained in:
parent
f86c829d78
commit
5f473b6253
|
@ -825,6 +825,7 @@ pre .keyword {
|
|||
float: right;
|
||||
height: 1.8em;
|
||||
position: relative;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/* inline-block to position them in same line */
|
||||
|
|
Loading…
Reference in New Issue