Skip to content
Open
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
4 changes: 2 additions & 2 deletions packages/init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ html {
.font-bold {
font-weight: 700;
}
.max-w-screen-md {
.max-w-3xl {
max-width: 768px;
}
.flex-col {
Expand Down Expand Up @@ -473,7 +473,7 @@ export default define.page(function Home(ctx) {
<Head>
<title>Fresh counter</title>
</Head>
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
<div class="max-w-3xl mx-auto flex flex-col items-center justify-center">
<img
class="my-6"
src="/logo.svg"
Expand Down