From f829938b9263522607408d3724e02a937b0a3040 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Thu, 30 Aug 2018 19:23:06 +0100 Subject: [PATCH] qrcode size --- webadmin/EN/userprofile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webadmin/EN/userprofile.html b/webadmin/EN/userprofile.html index c084547eb..09fff200f 100644 --- a/webadmin/EN/userprofile.html +++ b/webadmin/EN/userprofile.html @@ -15,7 +15,7 @@ min-width : 220px; } #qrcodepic { - width: 15%; + width: 40%; height: auto; margin-right : auto; margin-left : auto; -- GitLab