diff --git a/css/hues-h.css b/css/hues-h.css index db7bb5c..712cdde 100644 --- a/css/hues-h.css +++ b/css/hues-h.css @@ -53,13 +53,6 @@ animation-fill-mode: forwards; } -.hues-h-left-hand, .hues-h-right-hand { - width: 63px; - height: 42px; - position: absolute; - background-repeat: no-repeat; -} - .hues-h-left-hand { background: url('../img/left-hand.png'); left: -15px; @@ -70,6 +63,13 @@ right: -15px; } +.hues-h-left-hand, .hues-h-right-hand { + width: 63px; + height: 42px; + position: absolute; + background-repeat: no-repeat; +} + .hues-m-controls.hues-h-controls { background: none; border-style: none;