diff options
| author | Bobby <[email protected]> | 2023-06-02 15:50:09 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-02 15:50:09 -0400 |
| commit | 9c2ecef771277c606e4d0950815ad60adfeb6633 (patch) | |
| tree | 368d807cccd119dc5d9cef96dec96fcb333f254f /static | |
| parent | 34bf98bb90f89cba6932050df70e510f150008ac (diff) | |
| download | thatcomputerscientist-9c2ecef771277c606e4d0950815ad60adfeb6633.tar.xz thatcomputerscientist-9c2ecef771277c606e4d0950815ad60adfeb6633.zip | |
Fix JS compat for smaller screens
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/phone_compatibility.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/phone_compatibility.js b/static/js/phone_compatibility.js index f3a945f7..79b8717a 100644 --- a/static/js/phone_compatibility.js +++ b/static/js/phone_compatibility.js @@ -3,7 +3,7 @@ * this site was written for desktop */ -const windowBreakpoint = 450; +const windowBreakpoint = 480; // Listen for window resize $(window).resize(function() { |
