diff --git a/public_html/README.md b/public_html/README.md index cb81401..6822bab 100644 --- a/public_html/README.md +++ b/public_html/README.md @@ -46,9 +46,10 @@ normally restarted — use pause and reset for those. ## Settings -At the top of the sheet are two presets — **2m / 12s** and **3m / 15s**. Tapping -one jumps both timers there and lights it up. Change the time or delay by hand -and the highlight goes out; land back on a preset's numbers and it comes back on. +At the top of the sheet are three presets — **2m / 12s**, **3m / 12s** and +**3m / 15s**. Tapping one jumps both timers there and lights it up. Change the +time or delay by hand and the highlight goes out; land back on a preset's +numbers and it comes back on. | Setting | Range | Default | | --- | --- | --- | diff --git a/public_html/index.html b/public_html/index.html index 5ebdd37..79811ca 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -213,11 +213,11 @@ .row--presets{gap:11px} .preset{ flex:1; - padding:13px 10px; + padding:13px 6px; border-radius:11px;border:1px solid var(--sheet-line); background:#2C2A28;color:var(--sheet-ink); font-family:var(--ui);font-size:15px;font-weight:700; - letter-spacing:.01em; + letter-spacing:.01em;white-space:nowrap; cursor:pointer; transition:background-color .16s ease,color .16s ease; } @@ -357,6 +357,7 @@