From ded27d0c86d291a166388ca4820c8c931989fa75 Mon Sep 17 00:00:00 2001 From: wjames111 Date: Mon, 6 May 2024 11:08:09 -0400 Subject: [PATCH] Moves HelpScout Beacon further to the left. --- pages/helpscout.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pages/helpscout.css b/pages/helpscout.css index 9727f5883..3184cb2a0 100644 --- a/pages/helpscout.css +++ b/pages/helpscout.css @@ -1,7 +1,22 @@ .BeaconFabButtonFrame { - right: 20px !important; - bottom: 10px !important; + right: 70px !important; + bottom: 30px !important; +} + +@media only screen and (max-width: 900px) { + .BeaconFabButtonFrame { + right: 40px !important; + bottom: 25px !important; + } +} + +@media only screen and (max-width: 600px) { + .BeaconFabButtonFrame { + right: 30px !important; + bottom: 30px !important; + } } + .BeaconContainer { right: 20px !important; bottom: 90px !important;