Shortened login text to fit on smaller devices
This commit is contained in:
parent
a849695f5f
commit
55985fa6d5
|
|
@ -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 {
|
@keyframes animatedbackground {
|
||||||
from {background-position-x: 0px; animation-timing-function: linear;}
|
from {background-position-x: 0px; animation-timing-function: linear;}
|
||||||
to {background-position-x: 2000px; animation-timing-function: linear;}
|
to {background-position-x: 2000px; animation-timing-function: linear;}
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
<div id="navbarsignedincontainer">
|
<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') }}"
|
href="{{ route('logout') }}"
|
||||||
onclick="event.preventDefault();
|
onclick="event.preventDefault();
|
||||||
document.getElementById('logout-form').submit();">Log
|
document.getElementById('logout-form').submit();">Log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue