Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Fix broken layout of tips #101

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
return (
<>
<NewTodoFields />
<div className="pointer-events-none opacity-70 hidden sm:flex w-full">
<div className="pointer-events-none opacity-70 hidden sm:flex w-full max-w-4xl">
<p className="not-prose text-sm">
Pro tip: Hit <kbd className="kbd kbd-xs">return</kbd> to add a new
todo
Expand Down
Loading