synthing

a waveform sequencing synth on the web
Log | Files | Refs | Submodules

commit a09fcf685bc4c14a44f70e68767f4d31e1977b09
parent 51a063b0bd7c1f2dc40263c4b33cf2fc11aed243
Author: Massimo Siboldi <mdsiboldi@gmail.com>
Date:   Tue, 20 Mar 2018 18:29:18 -0700

Adjust param positioning

Diffstat:
Msrc/Param/style.css | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Param/style.css b/src/Param/style.css @@ -31,6 +31,7 @@ top: -2px; } -.param > canvas { +.param .wheel { position: relative; + top: 3px; }