Skip to content

Commit

Permalink
brush size decreased
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav-Aneja committed Nov 27, 2023
1 parent 4700f56 commit 35c291f
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 @@ -77,9 +77,9 @@
<span class="weights">
<img src="Assets/line-adjustment.png" alt="" />
<select id="dropdown">
<option value="10">Low</option>
<option value="30" id="med">Medium</option>
<option value="60" id="hi">High</option>
<option value="2">Low</option>
<option value="10" id="med">Medium</option>
<option value="30" id="hi">High</option>
</select>
</span>

Expand Down

0 comments on commit 35c291f

Please sign in to comment.