Skip to content

Commit

Permalink
Shrink meter buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 29, 2024
1 parent 3763286 commit 883a336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ <h1 class="text-4xl font-bold text-black dark:text-white">
<div class="flex flex-col items-center gap-2">
<label for="tempo" class="text-secondary uppercase text-sm font-semibold">Meter</label>
<div class="join font-serif">
<input class="join-item btn" name="meter" value="3/4" type="radio" name="options" aria-label="3/4" />
<input class="join-item btn" name="meter" value="4/4" type="radio" name="options" aria-label="4/4" checked />
<input class="join-item btn" name="meter" value="6/8" type="radio" name="options" aria-label="6/8" />
<input class="join-item btn btn-sm" name="meter" value="3/4" type="radio" name="options" aria-label="3/4" />
<input class="join-item btn btn-sm" name="meter" value="4/4" type="radio" name="options" aria-label="4/4" checked />
<input class="join-item btn btn-sm" name="meter" value="6/8" type="radio" name="options" aria-label="6/8" />
</div>
</div>

Expand Down

0 comments on commit 883a336

Please sign in to comment.