Skip to content

Commit

Permalink
Fix slight UI bug on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev committed Feb 2, 2024
1 parent 52f83ba commit 1a5938c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ import github from "../images/github.svg";
class="relative flex max-w-fit items-center justify-center px-2 py-10"
id="title"
>
<div class="bg-ghs-dark-blue absolute h-full w-[110%] blur-2xl"></div>
<div
class="bg-ghs-dark-blue absolute h-full w-full blur-2xl lg:w-[110%]"
>
</div>
<Image src={poly} alt="Polygon" class="relative" />
<div
class="absolute flex items-center justify-center gap-2 text-center font-gothic text-xl font-bold text-white md:text-2xl lg:text-4xl"
Expand Down

0 comments on commit 1a5938c

Please sign in to comment.