Skip to content

Commit

Permalink
Merge pull request #41 from namidapoo/dev
Browse files Browse the repository at this point in the history
Release `v1.1.3`
  • Loading branch information
namidapoo authored Jan 2, 2025
2 parents 1e41be6 + f059121 commit 56c75b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const runtime = "edge";

export default async function Home() {
return (
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 h-full pt-24 px-4 text-accent-foreground md:items-center justify-items-center -mt-16">
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 min-h-dvh px-4 text-accent-foreground items-center justify-items-center -mt-24">
<div className="col-span-1 w-full max-w-md text-center space-y-2">
<div className="space-y-8">
<h1 className="font-bold text-2xl text-blue-600 lg:text-5xl">
Expand Down
4 changes: 2 additions & 2 deletions app/recap/components/user-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export const UserButton: FC = () => {
<DropdownMenuTrigger asChild>
<Button
variant="ghost"
className="relative h-10 w-10 border rounded-full"
className="relative h-8 w-8 border rounded-full"
>
<Avatar className="h-9 w-9">
<Avatar className="h-8 w-8">
{session.user.image && (
<AvatarImage
src={session.user.image}
Expand Down

0 comments on commit 56c75b3

Please sign in to comment.