Skip to content

Commit

Permalink
removed transition-all from parent div in index
Browse files Browse the repository at this point in the history
  • Loading branch information
bernoussama committed Apr 29, 2024
1 parent c002235 commit 485f1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Card from '../components/Card.astro';
<Layout>
<main class="container">
<div class="mx-auto max-w-7xl">
<div class=" transition-all mx-auto flex max-w-[980px] flex-col items-center gap-2 py-8 md:py-12 md:pb-8 lg:py-24 lg:pb-20">
<div class="mx-auto flex max-w-[980px] flex-col items-center gap-2 py-8 md:py-12 md:pb-8 lg:py-24 lg:pb-20">
<h1 class="text-center text-3xl font-bold leading-tight tracking-tighter md:text-6xl lg:leading-[1.1]">
Hi, I’m Oussama,
Your Next Software Developer</h1>
Expand Down

0 comments on commit 485f1a7

Please sign in to comment.