We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9241d41 commit f289a7bCopy full SHA for f289a7b
index.html
@@ -12,8 +12,8 @@
12
<body>
13
<div class="antialiased text-gray-900 px-6">
14
<div class="max-w-2xl mx-auto py-12">
15
- <div class="grid grid-cols-2 gap-4">
16
- <div class="grid grid-cols-1 gap-4">
+ <div class="grid grid-cols-2 gap-6 items-start">
+ <div class="grid grid-cols-1 gap-6">
17
<label class="block">
18
<span class="text-gray-700">Input (text)</span>
19
<input type="text" class="mt-1 block w-full" placeholder="john@example.com" />
@@ -104,7 +104,7 @@
104
</div>
105
106
107
108
109
<span class="text-gray-700">Select</span>
110
<select class="block w-full mt-1">
0 commit comments