diff --git a/index.html b/index.html index 6ca5320..7885c49 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ + class="octo-arm"> @@ -94,7 +94,7 @@ Meow - SPACE + SPACE Piano diff --git a/style/style.css b/style/style.css index 9dd2273..de4397f 100644 --- a/style/style.css +++ b/style/style.css @@ -184,6 +184,10 @@ select#select-instrument option { transform-origin: 50% 50% } +.octo-arm { + transform-origin: 130px 106px +} + .key { display: inline-block !important; min-width: 35px; @@ -197,6 +201,10 @@ select#select-instrument option { font-size: 15px } +.key-wide { + min-width: 135px !important +} + .tap { background: rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.1);