Skip to content

Commit

Permalink
Merge pull request #33 from EduWTR/change-div-to-span-inside-h1
Browse files Browse the repository at this point in the history
fix: modify div to span inside h1 [web]
  • Loading branch information
midudev committed Apr 29, 2024
2 parents f8541ff + e2faf1e commit 0bb67f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
class="flex justify-center flex-col max-w-xl mx-auto items-center pt-12"
>
<h1 class="font-bold items-center mb-8 mt-4 flex gap-4 animate-fade-in-up">
<div class="flex flex-col text-center gap-3 sm:gap-0">
<span class="flex flex-col text-center gap-3 sm:gap-0">
<span
class="tracking-tighter text-7xl px-1 bg-clip-text inline-block text-transparent bg-gradient-to-r from-slate-400 to-slate-600 sm:text-9xl"
>100</span
>
<span class="tracking-tighter text-slate-800 text-[32px] sm:text-[48px] -mt-8"
>proyectos</span
>
</div>
</span>

<span class="rotate-6">
<svg
Expand Down

0 comments on commit 0bb67f0

Please sign in to comment.