From 6877202c0ecc7b5dacdc73ac6c4eb99990c7563d Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 04:04:57 +1000 Subject: Reduce the width of the splash page divs. --- example/web/loginpage.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index a369e3c..3f6e6b1 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -25,6 +25,7 @@ a:active {color: blue;} position: absolute; top: 8px; left: 16px; + width: 30%; } .top-right @@ -32,6 +33,7 @@ a:active {color: blue;} position: absolute; top: 8px; right: 16px; + width: 30%; } .centre @@ -39,6 +41,7 @@ a:active {color: blue;} position: absolute; top: 50%; left: 50%; + width: 30%; transform: translate(-50%, -50%); } @@ -47,6 +50,7 @@ a:active {color: blue;} position: absolute; bottom: 8px; left: 16px; + width: 30%; } .bottom-right @@ -54,6 +58,7 @@ a:active {color: blue;} position: absolute; bottom: 8px; right: 16px; + width: 30%; } -- cgit v1.1