Skip to content

Commit

Permalink
padding fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
armintalaie committed Sep 18, 2024
1 parent 0fbdf73 commit e2ca7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/genericGreeter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ export default function GenericGreeter({
/>
</div>
{includeStyle ? (
<div className="text-4xl flex-col flex flex-1 gap-6 w-full overflow-hidden lg:pt-32 justify-center items-center">
<div className="text-4xl flex-col flex flex-1 gap-6 w-full overflow-hidden lg:pt-10 justify-center items-center">
<div
className={
" z-40 border-background-600 h-full overflow-y-scroll max-h-[80svh] p-4 xl:p-10 rounded-xl flex-col w-full flex gap-10 justify-center items-center"
" z-40 border-background-600 h-full overflow-y-scroll max-h-[90svh] p-4 xl:p-10 rounded-xl flex-col w-full flex gap-10 justify-center items-center"
}
>
{children}
Expand Down

0 comments on commit e2ca7c2

Please sign in to comment.