Skip to content

Commit

Permalink
make clear that the app is for steel strings (not nylon) and remove t…
Browse files Browse the repository at this point in the history
…he 'or mm' option for the unit as it seems more confusing than useful to people
  • Loading branch information
AndreasHuber committed Jun 12, 2024
1 parent b77ce38 commit cf7166d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<body>
<div class="container">
<h1>🎸 Guitar String Gauge Calculator</h1>
<p>Do you want to use an unconventional tuning, extended range or baritone guitar and are not sure what string gauges to choose for it? <br> Then follow these steps to get a rough idea what strings you need:</p>
<p>Do you want to use an unconventional tuning, extended range or baritone guitar and are not sure what steel string gauges to choose for it? <br> Then follow these steps to get a rough idea what strings you need:</p>
<div class="steps-container">
<div class="step">
<h2>1. Enter for a string that you like the feel of...</h2>
<label for="scale-length">the scale length (in inches or mm):</label>
<label for="scale-length">the scale length (in inches):</label>
<input type="number" id="scale-length" step="0.1" value="25.5">
<label for="preferred-gauge">the string gauge (in inches):</label>
<input type="number" id="preferred-gauge" step="0.001" value="0.042">
Expand Down

0 comments on commit cf7166d

Please sign in to comment.