diff --git a/js/index.coffee b/js/index.coffee index 1e9eae08b..70ebe1dd4 100644 --- a/js/index.coffee +++ b/js/index.coffee @@ -257,8 +257,8 @@ fixWatercolors = -> lw = (leftSolidWidth + leftTransWidth) rw = (rightSolidWidth + rightTransWidth) - overlapLeft = 50 - overlapRight = 160 + overlapLeft = 120 + overlapRight = 300 shiftLeft = Math.min(heroLeft - lw + overlapLeft, 0) shiftRight = Math.min((hw - heroRight) - rw + overlapRight, 0)