Skip to content

Commit 8de65f6

Browse files
committed
style fix
1 parent 530f7f2 commit 8de65f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/demos/wavetable-synth-2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<h1>This is the new wavetable synth.</h1>
2121
</div>
2222

23-
<div class="container">
23+
<div class="synth-container">
2424
<div class="flex flex-col">
2525
<div id="generator-section" class="flex flex-row gap-5">
2626
<div class="mb-2">

src/demos/wavetable-synth-2/style/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body {
1616
padding: 20px;
1717
}
1818

19-
.container {
19+
.synth-container {
2020
display: flex;
2121
flex-direction: column;
2222
justify-content: center;

0 commit comments

Comments
 (0)