NYUMusEdLab / notio

Notio - A music theory learning React App that runs in the browser
https://nyumusedlab.github.io/notio/
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

Fix for narrow white piano key width #222

Open marcustrp opened 1 year ago

marcustrp commented 1 year ago

Quick fix for piano keys being too narrow:

Change value of width from 171% to 178%:

.content-body .Key.white .piano-key { width: 178%; }

marcustrp commented 1 year ago

notio222

ceciliabjork commented 1 year ago

@saxjax @MartinBruun Did you see this? Would it work for the E-F gap as well?