about summary refs log tree commit diff
path: root/stylesheets/i.css
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2020-01-01 23:22:23 +0100
committerGeorg Lukas <georg@op-co.de>2020-01-21 19:52:03 +0100
commit6b7ddb937b4e3227724b21cf80fffb0caef2a986 (patch)
treef774095edd2bc2cd6b6192774d22ce5506478d10 /stylesheets/i.css
parentfe629cf51a3708c79df82329b950bffecd8264f3 (diff)
downloadphp-xmpp-invitation-6b7ddb937b4e3227724b21cf80fffb0caef2a986.tar.gz
Add QRCode generation
Diffstat (limited to 'stylesheets/i.css')
-rw-r--r--stylesheets/i.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/stylesheets/i.css b/stylesheets/i.css
index 29ec1bf..b37d531 100644
--- a/stylesheets/i.css
+++ b/stylesheets/i.css
@@ -44,3 +44,9 @@ li {
 	font-size: 0.9em;
 	color: #444;
 }
+.qrcode {
+	padding-top: 15px;
+	width: 42.5%;
+	height: 100%;
+	margin: auto;
+}