added some padding to the left in the search

This commit is contained in:
Kadir Sekha 2017-11-02 16:56:20 +09:00
commit 0d9783fb0e
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
display: none;
}
.search-input {
padding-left: 0;
padding-left: 30px;
&:focus::-webkit-input-placeholder {
opacity: 0;
}