show register disabled text on top on small devices
This commit is contained in:
parent
204e2e915d
commit
a671989f02
@ -26,7 +26,7 @@
|
||||
>
|
||||
{#if !data.enabled}
|
||||
<div
|
||||
class="absolute top-0 left-0 w-full h-full bg-black bg-opacity-50 backdrop-blur-sm z-10 rounded-xl flex justify-center items-center flex-col pt-20 md:pt-0"
|
||||
class="absolute top-0 left-0 w-full h-full bg-black bg-opacity-50 backdrop-blur-sm z-10 rounded-xl flex lg:justify-center items-center flex-col pt-20 lg:pt-0"
|
||||
>
|
||||
<h1 class="text-2xl sm:text-3xl md:text-5xl text-white">{data.disabled_title}</h1>
|
||||
<h3>{data.disabled_details}</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user