Quick fix for piano keys being too narrow: Change value of width from 171% to 178%: .content-body .Key.white .piano-key { width: 178%; }
Quick fix for piano keys being too narrow:
Change value of width from 171% to 178%:
.content-body .Key.white .piano-key {
width: 178%;
}