From cec42ead99c1ec950143dc8973d0d533b632bdfe Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 8 Jan 2023 19:11:00 +0000 Subject: [PATCH] search bar fixes --- css/app.main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/app.main.css b/css/app.main.css index 7a2ada4..1afd12b 100644 --- a/css/app.main.css +++ b/css/app.main.css @@ -535,9 +535,11 @@ nav .right img { font-weight: 600; } -@media screen and (min-width: 1000px) { +@media screen and (min-width: 865px) { .btn.btn-success { transform: translate(21em, -1.25em) !important; + /* Old webkit based browsers */ + -webkit-transform: translate(21em, -1.25em) !important; } }