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'] !!}
+