Skip to content

Commit

Permalink
Merge pull request #47 from wasix-org/fix-x-overflow
Browse files Browse the repository at this point in the history
fix: x-overflow
  • Loading branch information
dynamite-bud authored Aug 2, 2023
2 parents 781e1ce + b4eb4d5 commit e264a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Home() {
}, []);
return (
<>
<div className="h-[100lvh] w-[100lvw] flex flex-col items-center justify-center">
<div className="h-[100lvh] w-full flex flex-col items-center justify-center">
<WasixLogo className="h-[100%] w-[100%] sm:h-[80%] sm:w-[80%] dark:shadow-xl dark:shadow-white text-black dark:text-white rounded-xl p-12 sm:p-24 md:p-36 md:mb-4" />
<div className="-translate-y-48 sm:-translate-y-36 text-center flex flex-col">
<h2 className="text-3xl md:text-5xl mb-4 justify-center items-center">
Expand Down

0 comments on commit e264a7b

Please sign in to comment.