Skip to content

Commit

Permalink
chore: fix margin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 2, 2021
1 parent 6e0ce47 commit 083ba19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/doggo/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h1 class="text-5xl font-black text-center"><span class="text-indigo-700">Doggo<
</select>
</div>
</div>
<div class="-mx-3 md:flex mb-2">
<div class="md:w-1/2 px-3">
<div class="-mx-3 md:flex">
<div class="md:w-1/2 px-3 mb-6 md:mb-0">
<label class="block tracking-wide text-grey-darker text-xs font-bold mb-2" for="grid-state">
Nameserver
</label>
Expand All @@ -77,7 +77,7 @@ <h1 class="text-5xl font-black text-center"><span class="text-indigo-700">Doggo<
<option value="custom">Custom</option>
</select>
</div>
<div class="sm:mt-4 md:w-1/2 px-3">
<div class="md:w-1/2 px-3">
<label class="block tracking-wide text-grey-darker text-xs font-bold mb-2" for="grid-zip">
Address
</label>
Expand Down

0 comments on commit 083ba19

Please sign in to comment.