Shrink search bar after certain width

This commit is contained in:
PrestonN 2019-06-06 14:50:59 -04:00
parent f2b57ebef8
commit c36f24e7bf
1 changed files with 7 additions and 0 deletions

View File

@ -374,6 +374,13 @@ a {
font-weight: bold;
}
@media only screen and (max-width: 900px) {
.searchBar {
width: 500px;
right: 80px;
}
}
/* Thanks to Guus Lieben for the Material Design Switch */
.switch-input {