Skip to content

Commit 41775fb

Browse files
fix: remove on/off switch button (#102)
1 parent 5da84bf commit 41775fb

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

audio-basics/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@
5252

5353
<label for="panner">PAN</label>
5454

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>
6355
</section>
6456

6557
<section class="tape">

audio-basics/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ body {
105105
.master-controls {
106106
display: grid;
107107
grid-template-rows: repeat(2, auto);
108-
grid-template-columns: repeat(2, 1fr) 12%;
108+
grid-template-columns: repeat(2, 1fr);
109109
/*name our grid areas so they are more manipulative later*/
110110
grid-template-areas:
111111
"volin panin power"

0 commit comments

Comments
 (0)