about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2020-01-06 14:05:01 +0100
committerGeorg Lukas <georg@op-co.de>2020-01-21 19:52:03 +0100
commitfe947352efa7dc04a1d45e32b5b2938fc060c395 (patch)
tree6e52948e02a9f19ba8ce42762dd16bcff3372444
parentad7e92dcda05d9180dc116492b0999862e690874 (diff)
downloadphp-xmpp-invitation-fe947352efa7dc04a1d45e32b5b2938fc060c395.tar.gz
Add safe area around qrcode
-rw-r--r--stylesheets/i.css2
1 files changed, 1 insertions, 1 deletions
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;