Shortened login text to fit on smaller devices

This commit is contained in:
Thomas G 2022-07-02 12:09:19 +10:00
parent a849695f5f
commit 55985fa6d5
2 changed files with 3 additions and 1 deletions

View File

@ -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;}

View File

@ -43,7 +43,7 @@
</div>
@else
<div id="navbarsignedincontainer">
<p class="nonbolded" id="navbarusername">Logged in as: {{ Auth::user()->name }} <a
<p class="nonbolded" id="navbarusername">{{ Auth::user()->name }} <a
href="{{ route('logout') }}"
onclick="event.preventDefault();
document.getElementById('logout-form').submit();">Log