From c36f24e7bf312f6b1d95e4f63e4caac1af12dc76 Mon Sep 17 00:00:00 2001 From: PrestonN Date: Thu, 6 Jun 2019 14:50:59 -0400 Subject: [PATCH] Shrink search bar after certain width --- src/style/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style/main.css b/src/style/main.css index faab49daf..96430890b 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -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 {