Skip to content

Commit

Permalink
fix: header line height issue Signed-off-by: Shubham Singodiya singod…
Browse files Browse the repository at this point in the history
…iyashubham87@gmail.com
  • Loading branch information
singodiyashubham87 committed Oct 24, 2023
1 parent 99d0501 commit 6c757b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Expand Up @@ -101,7 +101,7 @@ function Hero() {
<div className="container mx-auto flex px-5 pb-24 pt-4 items-center justify-center flex-col">
<div className="text-center lg:w-2/3 w-full bg-hero-pattern bg-no-repeat bg-center">
<div className="bg-white/30 dark:bg-transparent">
<h1 className="title-font sm:text-4xl text-3xl lg:text-6xl mb-8 font-medium text-gray-900 dark:text-white">
<h1 className="title-font sm:text-4xl text-3xl lg:text-6xl mb-8 font-medium text-gray-900 dark:text-white leading-[1.2]">
Containers and Kubernetes for application developers
</h1>
<p className="text-base md:text-lg">
Expand Down

0 comments on commit 6c757b5

Please sign in to comment.