Skip to content

Commit c0c62c4

Browse files
committed
fix: miscellanea
1 parent c8c8a92 commit c0c62c4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ defmodule AlgoraWeb.HomeLive do
116116
117117
<main class="bg-black relative overflow-hidden">
118118
<section class="relative isolate min-h-[100svh] bg-gradient-to-b from-background to-black">
119-
<.pattern />
119+
<div class="hidden md:block">
120+
<.pattern />
121+
</div>
120122
121123
<div class="mx-auto max-w-7xl pt-24 pb-12 xl:pt-20">
122124
<div class="mx-auto lg:mx-0 lg:flex lg:max-w-none lg:items-center">
@@ -172,7 +174,7 @@ defmodule AlgoraWeb.HomeLive do
172174
</div>
173175
</div>
174176
175-
<div class="relative isolate py-[35vw] sm:py-[25vw]">
177+
<div class="relative isolate -z-10 py-[35vw] sm:py-[25vw]">
176178
<div class="z-20 absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 transform">
177179
<div class="scale-[300%] sm:scale-[150%] opacity-75">
178180
<div class="[transform:perspective(4101px)_rotateX(51deg)_rotateY(-13deg)_rotateZ(40deg)]">
@@ -995,7 +997,11 @@ defmodule AlgoraWeb.HomeLive do
995997
<.button navigate={~p"/auth/signup"}>
996998
Get started
997999
</.button>
998-
<.button href={AlgoraWeb.Constants.get(:github_repo_url)} variant="secondary">
1000+
<.button
1001+
class="pointer-events-none opacity-75"
1002+
href={AlgoraWeb.Constants.get(:github_repo_url)}
1003+
variant="secondary"
1004+
>
9991005
<.icon name="github" class="size-4 mr-2 -ml-1" /> View source code
10001006
</.button>
10011007
</div>

0 commit comments

Comments
 (0)