Skip to content

Commit

Permalink
fix(web): fix tailwind className typo on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 30, 2024
1 parent 9ece196 commit f9309f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Page(): JSX.Element {
</section>
<section
style={{boxShadow: "0px -20px 44px -60px rgb(255 255 255)"}}
className="border-slate-6 g:mx-auto relative mt-10 flex flex-col items-center overflow-hidden rounded-3xl border-t px-6 py-12 lg:container sm:mx-5 sm:py-24 md:mx-10">
className="border-slate-6 relative mt-10 flex flex-col items-center overflow-hidden rounded-3xl border-t px-6 py-12 lg:container sm:mx-5 sm:py-24 md:mx-10 lg:mx-auto">
<div
aria-hidden="true"
className="center pointer-events-none absolute -top-1 left-1/2 -z-20 h-[200px] w-full max-w-[200px] -translate-x-1/2 -translate-y-1/2 md:max-w-[400px]"
Expand Down

0 comments on commit f9309f5

Please sign in to comment.