From 330c00778f1713175334543e104fb0a8e3210b2d Mon Sep 17 00:00:00 2001 From: KayleePop <34007889+KayleePop@users.noreply.github.com> Date: Wed, 29 May 2019 22:33:10 -0500 Subject: [PATCH] add padding to the bottom of the QR code to ensure that there's space to scroll down far enough so the footer isn't covering the QR code --- lib/index.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.styl b/lib/index.styl index e2eea9e..28a7a72 100644 --- a/lib/index.styl +++ b/lib/index.styl @@ -192,6 +192,7 @@ p { img { margin: auto + padding-bottom: 60px } }