Skip to content

Commit

Permalink
Text alignment changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanmahe committed Nov 8, 2024
1 parent e9a718e commit 2a8441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingComp/HeadSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const HeadSection: React.FC = () => {
<div className="flex flex-col lg:flex-row justify-center items-center gap-6 sm:gap-8 w-full">

{/* Text Section */}
<div className="w-full lg:w-1/2 text-center lg:text-left">
<div className="w-full lg:w-1/2 lg:text-left">
<div className="text-lg sm:text-xl lg:text-[1rem] sm:leading-none md:text-6xl xl:text-[3.5rem] font-bold tracking-tighter font-lobster">
<span className="block text-lg sm:text-xl text-gray-500 transition tracking-wider">
Hi, Welcome to Chords
Expand Down

0 comments on commit 2a8441e

Please sign in to comment.