From 562b14002c509d4f4686509c105d49645ba8beff Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 1 Oct 2022 11:07:03 +1000 Subject: [PATCH] Float the icon to the left, raising the content higher --- public/custom.css | 4 ++++ resources/views/home.blade.php | 9 +++++---- resources/views/layouts/app.blade.php | 2 +- resources/views/layouts/partials/header.blade.php | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/public/custom.css b/public/custom.css index 47c1740..45e8bad 100644 --- a/public/custom.css +++ b/public/custom.css @@ -1,3 +1,7 @@ +.float-left { + float: left; +} + .theme-bg-primary { background: #007cc3; } diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index ce4c446..dd00bee 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -17,10 +17,11 @@ @section('main-content')
-

- Welcome to the SQRL test site. You can login with your SQRL client and see what we see... -

-

{!! ($x=\Leenooks\SQRL\SQRL::authNonce(200))['qrcode'] !!}

+
+

Welcome to the SQRL test site.

+

You can login with your SQRL client and see what we see...

+

{!! ($x=\Leenooks\SQRL\SQRL::authNonce(200))['qrcode'] !!}

+