Skip to content

Commit

Permalink
Merge branch 'canary' into feature/make-nextconfig-keys-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 18, 2021
2 parents a93e6ef + 0a31a92 commit 926a5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Home() {
<link rel="icon" href="/favicon.ico" />
</Head>

<main className="flex flex-col items-center justify-center flex-1 px-20 text-center">
<main className="flex flex-col items-center justify-center w-full flex-1 px-20 text-center">
<h1 className="text-6xl font-bold">
Welcome to{' '}
<a className="text-blue-600" href="https://nextjs.org">
Expand Down

0 comments on commit 926a5e9

Please sign in to comment.