Fix the missing style of the redirect page

pull/14/head
trivernis 10 months ago
parent 9a7ffb2aca
commit 62132def6d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -12,12 +12,13 @@
});
</script>
<div class="container flex mx-auto h-screen w-screen">
<div class="m-auto">
{#if browserName }
<center>
{#if chromium}
<h1 class="">{ browserName } is not supported by this Website</h1>
<h1 class="leading-normal lg:leading-normal text-4xl lg:text-7xl">{ browserName } is not supported by this Website</h1>
<h2 class="leading-normal lg:leading-normal text-3xl lg:text-6xl">Use a different web browser</h2>
<h4 class="leading-normal lg:leading-normal text-2xl lg:text-4xl">
<a class="underline text-blue visited:text-purple-600" href="/">Why?</a>

Loading…
Cancel
Save