Skip to content

Commit

Permalink
style: spacings...
Browse files Browse the repository at this point in the history
  • Loading branch information
utin-francis-peter committed Jun 28, 2024
1 parent a16e832 commit bbb1e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Hero({
}>;
return (
<div
className={`mt-14 mb-4 flex w-full flex-col justify-end text-black-1000 dark:text-bright-gray sm:w-full lg:mt-6`}
className={`mt-16 mb-4 flex w-full flex-col justify-end text-black-1000 dark:text-bright-gray sm:w-full lg:mt-6`}
>
<div className="flex h-full w-full flex-col items-center justify-center">
<div className="flex items-center">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function Conversation() {
};

return (
<div className="flex h-screen flex-col gap-7">
<div className="flex h-screen flex-col gap-7 pb-2">
<div
onWheel={handleUserInterruption}
onTouchMove={handleUserInterruption}
Expand Down

0 comments on commit bbb1e22

Please sign in to comment.