This commit is contained in:
= 2021-06-02 16:32:38 +05:00
parent dcbf04bec9
commit dcd453932e
2 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,8 @@
}
&Input {
position: relative;
max-width: 450px;
margin: 0 auto;
input {
width: calc(100% - 60px);
height: 50px;

View File

@ -2258,6 +2258,8 @@ li {
}
.searchInput {
position: relative;
max-width: 450px;
margin: 0 auto;
}
.searchInput input {
width: calc(100% - 60px);