Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
modified: src/components/LandingHero.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus committed Oct 11, 2023
1 parent 7e005fa commit d73a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function LandingHero() {

return (
<>
<div class="bg-white p-10 m-2 h-screen">
<div className="bg-white p-10 m-2 h-screen">
{/* {Hero Heading} */}
<h1 className="absolute left-10 top-28 z-10 w-fit p-0 text-left text-4xl font-extrabold text-white mix-blend-exclusion md:left-20 md:top-64 md:text-7xl">
TrustAuthX <br />
Expand Down

0 comments on commit d73a798

Please sign in to comment.