Spaces:
Running
Running
Commit
·
017b16a
1
Parent(s):
9962300
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -190,6 +190,11 @@
|
|
190 |
height: 700px;
|
191 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|
192 |
}
|
|
|
|
|
|
|
|
|
|
|
193 |
}
|
194 |
|
195 |
main {
|
|
|
190 |
height: 700px;
|
191 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|
192 |
}
|
193 |
+
.audio {
|
194 |
+
width: 80%;
|
195 |
+
max-width: 400px;
|
196 |
+
margin: 0 auto;
|
197 |
+
}
|
198 |
}
|
199 |
|
200 |
main {
|