Skip to content

Commit

Permalink
website responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 31, 2024
1 parent 7f9c31f commit 851019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/assets/support_plans.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pricingSlider.on('update', function (values, _) {
tooltip.classList.remove('first')
tooltip.classList.remove('last')

if (screen.width < 500) {
if (document.documentElement.clientWidth < 500) {
if (value === 0) {
tooltip.classList.add('first')
}
Expand Down

0 comments on commit 851019e

Please sign in to comment.