Skip to content

Commit

Permalink
Moves HelpScout Beacon further to the left.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed May 6, 2024
1 parent 6e336f7 commit ded27d0
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pages/helpscout.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ded27d0

Please sign in to comment.