Skip to content

Commit

Permalink
update ImageCard styles
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Jan 31, 2024
1 parent 69d7ab2 commit 2fd57af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler'
export default function Auth() {
return (
<AuthContent>
<ImageCard className="-my-[4.375rem] flex-shrink-0 hidden sm:flex pt-24 pr-8 pb-36 pl-5">
<ImageCard className="-my-[4.375rem] hidden sm:flex">
<Icons.golub />
</ImageCard>
<article>
Expand Down
2 changes: 1 addition & 1 deletion src/app/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler'
export default function Profile() {
return (
<AuthContent>
<ImageCard className="-my-[4.375rem] flex-shrink-0 hidden sm:flex py-32 px-[3.25rem]">
<ImageCard className="-my-[4.375rem] hidden sm:flex py-32 px-[3.25rem]">
<FileInput />
</ImageCard>
<article>
Expand Down
2 changes: 1 addition & 1 deletion src/app/verification/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler'
export default function Verification() {
return (
<AuthContent>
<ImageCard className="-my-[4.375rem] flex-shrink-0 hidden sm:flex pt-24 pr-8 pb-36 pl-5">
<ImageCard className="-my-[4.375rem] hidden sm:flex">
<Icons.golub />
</ImageCard>
<article>
Expand Down

0 comments on commit 2fd57af

Please sign in to comment.