Skip to content
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 templates/react-ts-example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const App: FC = () => {
return (
<>
<div className="relative isolate min-h-[100dvh]">
<main className="mx-auto max-w-(--breakpoint-2xl) py-16 px-8 md:px-24 tall:min-h-[calc(100dvh-128px)]">
<main className="mx-auto max-w-(--breakpoint-2xl) py-16 px-8 md:px-24 [@media(min-height:800px)]:min-h-[calc(100dvh-128px)]">
<h1 className="dark:text-white text-5xl md:text-6xl font-bold tracking-tight md:pt-24">
Example App
</h1>
Expand Down