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 530f7f2 commit 8de65f6Copy full SHA for 8de65f6
src/demos/wavetable-synth-2/index.html
@@ -20,7 +20,7 @@
20
<h1>This is the new wavetable synth.</h1>
21
</div>
22
23
- <div class="container">
+ <div class="synth-container">
24
<div class="flex flex-col">
25
<div id="generator-section" class="flex flex-row gap-5">
26
<div class="mb-2">
src/demos/wavetable-synth-2/style/style.css
@@ -16,7 +16,7 @@ body {
16
padding: 20px;
17
}
18
19
-.container {
+.synth-container {
display: flex;
flex-direction: column;
justify-content: center;
0 commit comments