Skip to content

Commit

Permalink
Changed the position of the text "Kurama-chat anytime, anywhere" in …
Browse files Browse the repository at this point in the history
…the code.
  • Loading branch information
Gab committed Feb 13, 2024
1 parent 38cfe9a commit 8ecef20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Home() {
<div className="flex px-5 pt-16 pb-12 mb-12 lg:px-36 min-h-[calc(100vh-180px)]">
<div className="flex flex-col gap-8 w-full xl:pr-32 lg:w-1/2">
<div className="flex flex-col gap-0">
<p className=" text-[72px] leading-[70px] lg:text-[90px] bg-gradient-to-r from-red-600 via-red-200 to-emerald- 4 inline-block text-transparent bg-clip-text">
<p className=" text-[72px] lg:mt-40 leading-[70px] lg:text-[90px] bg-gradient-to-r from-red-600 via-red-200 to-emerald- 4 inline-block text-transparent bg-clip-text">
Kurama-chat
<br /> anytime, anywhere
</p>
Expand Down

0 comments on commit 8ecef20

Please sign in to comment.