1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-11 19:53:59 +02:00

fix: Adjusted line height (#5286)

* fix: Adjusted line height

* Adjusted bottom margin

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Alex Marmolejo
2024-05-10 18:35:40 -04:00
committed by GitHub
parent bb093764ba
commit e814eff7e2

View File

@@ -10,12 +10,12 @@ import { AIAnnouncement } from "../AIAnnouncement";
class='container px-5 py-6 pb-14 text-left transition-opacity duration-300 sm:px-0 sm:py-20 sm:text-center' class='container px-5 py-6 pb-14 text-left transition-opacity duration-300 sm:px-0 sm:py-20 sm:text-center'
id='hero-text' id='hero-text'
> >
<p class='-mt-4 mb-7 sm:-mt-10'> <p class='-mt-4 mb-7 sm:-mt-10 sm:mb-4'>
<AIAnnouncement /> <AIAnnouncement />
</p> </p>
<h1 <h1
class='mb-2 bg-gradient-to-b from-amber-50 to-purple-500 bg-clip-text text-2xl font-bold text-transparent sm:mb-4 sm:text-5xl' class='mb-2 bg-gradient-to-b from-amber-50 to-purple-500 bg-clip-text text-2xl font-bold text-transparent sm:mb-4 sm:text-5xl sm:leading-tight'
> >
Developer Roadmaps Developer Roadmaps
</h1> </h1>