Made the search bar a bit more responsive.

This commit is contained in:
deepjyoti30
2020-05-12 20:59:03 +05:30
parent c18b2321f2
commit bca996c1b6
2 changed files with 7 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ body {
}
}
@media only screen and (max-width: 791px) {
width: 65%;
}
}
#other-content {