We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f965f9f commit f8382aaCopy full SHA for f8382aa
2 files changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: "18"
+ node-version: "24"
28
cache: "npm"
29
30
- name: Install dependencies
src/App.css
@@ -158,7 +158,7 @@
158
h1 {
159
font-size: 2rem;
160
}
161
-.audio-player {
+ .audio-player {
162
max-width: 100%;
163
padding: 0 0.5rem 1rem 0.5rem;
164
0 commit comments