diff --git a/site/blog.vto b/site/blog.vto index 655ec19..b6a742a 100644 --- a/site/blog.vto +++ b/site/blog.vto @@ -166,7 +166,7 @@ Blog Articles for (const strip of strips) { context.font = `${strip.size}px sans`; - if (strip.y > canvas.height + (strip.size * 30)) { + if (strip.y > canvas.height + (strip.size * 40)) { Object.assign(strip, randomStrip()) }