less whitespace at top

This commit is contained in:
Michael Grinich 2015-10-05 03:08:40 -07:00
parent 6be5367492
commit 00d3504bc1

View file

@ -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)