diff options
author | elioat <elioat@tilde.institute> | 2025-03-30 13:04:06 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-03-30 13:04:06 -0400 |
commit | 79e9336d5334c229092ff228e1146a6fdf33793c (patch) | |
tree | b2c5e78ecf883db39d17b40a7143ab4f36aa535a | |
parent | f114cb799ac7426e6e481f0095bd467509248e55 (diff) | |
download | tour-79e9336d5334c229092ff228e1146a6fdf33793c.tar.gz |
*
-rw-r--r-- | js/leibovitz/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/js/leibovitz/index.html b/js/leibovitz/index.html index 23132c6..b760397 100644 --- a/js/leibovitz/index.html +++ b/js/leibovitz/index.html @@ -408,15 +408,19 @@ gap: 12px; } .slider-group label { - min-width: 60px; - text-align: right; + min-width: 80px; + text-align: left; + font-size: 12px; + color: #666; } .slider-group input[type="range"] { flex: 1; } .slider-group .value { min-width: 40px; - text-align: left; + text-align: right; + font-size: 12px; + color: #666; } select { width: 100%; @@ -467,7 +471,7 @@ <span class="value" id="contrast-value">0</span> </div> <div class="slider-group"> - <label for="balance-slider">White Balance</label> + <label for="balance-slider">Balance</label> <input type="range" id="balance-slider" min="2000" max="10000" value="6500" step="100"> <span class="value" id="balance-value">6500K</span> </div> |