From 6b7ddb937b4e3227724b21cf80fffb0caef2a986 Mon Sep 17 00:00:00 2001 From: Perflyst Date: Wed, 1 Jan 2020 23:22:23 +0100 Subject: Add QRCode generation --- stylesheets/i.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stylesheets') 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; +} -- cgit 1.4.1