From fe947352efa7dc04a1d45e32b5b2938fc060c395 Mon Sep 17 00:00:00 2001 From: Perflyst Date: Mon, 6 Jan 2020 14:05:01 +0100 Subject: Add safe area around qrcode --- stylesheets/i.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stylesheets/i.css') diff --git a/stylesheets/i.css b/stylesheets/i.css index b37d531..9843384 100644 --- a/stylesheets/i.css +++ b/stylesheets/i.css @@ -45,7 +45,7 @@ li { color: #444; } .qrcode { - padding-top: 15px; + padding: 20px 5px 5px 5px; width: 42.5%; height: 100%; margin: auto; -- cgit 1.4.1