Skip to content

Commit 0a31a92

Browse files
holiqijjk
andauthoredMay 18, 2021
fix respomsive example tailwind (#24582)
Co-authored-by: JJ Kasper <jj@jjsweb.site>
1 parent 5f30df2 commit 0a31a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/with-tailwindcss/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Home() {
88
<link rel="icon" href="/favicon.ico" />
99
</Head>
1010

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

0 commit comments

Comments
 (0)
Please sign in to comment.