Skip to content

Commit

Permalink
fix: polished mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 13, 2023
1 parent 7374075 commit 97f7089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/PromptOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function PromptOptions({
}) {
const shouldShowTimestamp = getValues('showTimestamp');
return (
<div className="mt-10 grid grid-cols-3 items-center gap-x-10 gap-y-6">
<div className="mt-6 md:mt-10 grid grid-cols-2 md:grid-cols-3 items-center gap-x-10 gap-y-2 md:gap-y-6">
<label className="relative inline-flex cursor-pointer items-center">
<input
type="checkbox"
Expand Down
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const Home: NextPage<{
};

return (
<div className="mt-10 w-full sm:mt-40">
<div className="mt-10 w-full sm:mt-40 px-4 lg:px-0">
<UsageDescription />
<TypingSlogan />
<UsageAction />
Expand Down

1 comment on commit 97f7089

@vercel
Copy link

@vercel vercel bot commented on 97f7089 Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.