We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da84bf commit 41775fbCopy full SHA for 41775fb
audio-basics/index.html
@@ -52,14 +52,6 @@
52
53
<label for="panner">PAN</label>
54
55
- <button
56
- class="control-power"
57
- role="switch"
58
- aria-checked="false"
59
- data-power="on"
60
- >
61
- <span>On/Off</span>
62
- </button>
63
</section>
64
65
<section class="tape">
audio-basics/style.css
@@ -105,7 +105,7 @@ body {
105
.master-controls {
106
display: grid;
107
grid-template-rows: repeat(2, auto);
108
- grid-template-columns: repeat(2, 1fr) 12%;
+ grid-template-columns: repeat(2, 1fr);
109
/*name our grid areas so they are more manipulative later*/
110
grid-template-areas:
111
"volin panin power"
0 commit comments