Skip to content

Commit 81a94f7

Browse files
committed
Update kitchen sink
1 parent 98f67dd commit 81a94f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
</head>
1212
<body>
1313
<div class="antialiased text-gray-900 px-6">
14-
<div class="max-w-4xl mx-auto py-12">
14+
<div class="max-w-xl mx-auto py-12 md:max-w-4xl">
1515
<h2 class="text-2xl font-bold">Styled</h2>
1616
<p class="mt-2 text-lg text-gray-500">
1717
These are form elements this plugin styles by default.
1818
</p>
19-
<div class="mt-8 grid grid-cols-2 gap-6 items-start">
19+
<div class="mt-8 grid grid-cols-1 md:grid-cols-2 gap-6 items-start">
2020
<div class="grid grid-cols-1 gap-6">
2121
<label class="block">
2222
<span class="text-gray-700">Input (text)</span>

0 commit comments

Comments
 (0)