From 55985fa6d5a2119544e194568b1aaa6110bc6ba7 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 2 Jul 2022 12:09:19 +1000 Subject: [PATCH] Shortened login text to fit on smaller devices --- resources/css/app.css | 2 ++ resources/views/layouts/app.blade.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index 138023a..a387433 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -1,3 +1,5 @@ +/*i suck at css lols*/ +/*everything should kinda make sense i hope, if you need help understanding this dm thomas (me)*/ @keyframes animatedbackground { from {background-position-x: 0px; animation-timing-function: linear;} to {background-position-x: 2000px; animation-timing-function: linear;} diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 384cf92..0a117d9 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -43,7 +43,7 @@ @else