Skip to content

Commit

Permalink
Update hero.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed Nov 26, 2023
1 parent f924118 commit a558a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</script>

<section class="">
<div class="grid max-w-screen-xl px-4 py-8 mx-auto lg:gap-8 xl:gap-0 lg:py-16 lg:grid-cols-12 items-center">
<div class="mr-auto place-self-center lg:col-span-7">
<div class="grid max-w-screen-2xl px-4 py-8 mx-auto lg:gap-8 xl:gap-0 lg:py-16 lg:grid-cols-12 items-center">
<div class="mr-auto lg:col-span-10">
<h1 class="mono mt-0 ml-[-4px] text-6xl font-bold tracking-tight md:text-8xl xl:text-8xl text-primary">
ONRIR<span class="mono md:align-super bg-primary text-background font-semibold px-2.5 ml-4 text-4xl sm:text-5xl mb-0 rounded">
.dev</span>
Expand All @@ -42,7 +42,7 @@
</a>

</div>
<div class="lg:mt-0 lg:col-span-5 lg:flex">
<div>
<div class="card">
<div class="card-image">
<img class="ico" src="/logo.png"/>
Expand All @@ -52,4 +52,4 @@
</div>
</div>
</div>
</section>
</section>

0 comments on commit a558a0c

Please sign in to comment.