Skip to content

Commit

Permalink
fix: small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen9 committed Aug 7, 2024
1 parent b3d0db2 commit ac28f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/home/[category].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Index(props: {router: NextRouter}): ReactElement {
}, [props.router.asPath]);

return (
<div className={'mt-10 flex w-full justify-start px-4 !pl-8'}>
<div className={'mt-24 flex w-full justify-start px-4 !pl-8 md:mt-10'}>
<div className={'flex w-full max-w-4xl flex-col'}>
<div className={'mb-10 flex w-full flex-col justify-start'}>
<p className={'text-3xl font-bold leading-[64px] text-white md:text-[64px]'}>
Expand Down
2 changes: 1 addition & 1 deletion pages/home/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function SeachResults(): ReactElement {
}, [searchValue]);

return (
<div className={' mt-20 flex w-full justify-center'}>
<div className={'mt-24 flex w-full justify-center md:mt-10'}>
<div className={'w-full max-w-6xl !pl-8'}>
<div className={'mb-10 flex w-full max-w-full flex-col justify-start'}>
<p
Expand Down

0 comments on commit ac28f3c

Please sign in to comment.