Added search bar

This commit is contained in:
ayxan
2022-12-18 20:08:34 +04:00
parent 8ec01acc4c
commit b90f87e4ca
5 changed files with 37 additions and 10 deletions

View File

@@ -10,6 +10,15 @@
float: right;
}
.search-form {
width: 370px;
display: flex;
}
.search-form input {
margin-right: 1rem;
}
@media only screen and (max-width: 510px) {
table {
font-size: 87%;
@@ -24,4 +33,15 @@
width: 19px;
height: 19px;
}
.search-form {
width: 330px;
display: flex;
}
.search-form input {
margin-top: 4px;
height: 45px;
margin-right: 1rem;
}
}