Spaces:
Runtime error
Runtime error
Update public/style.css
Browse files- public/style.css +2 -1
public/style.css
CHANGED
@@ -5,7 +5,7 @@ body {
|
|
5 |
font-family: Arial, sans-serif;
|
6 |
margin: 0;
|
7 |
padding: 20px;
|
8 |
-
padding-bottom:
|
9 |
}
|
10 |
|
11 |
/* Styling the music player container for some spacing */
|
@@ -113,6 +113,7 @@ audio {
|
|
113 |
}
|
114 |
|
115 |
#audio-player {
|
|
|
116 |
width: 100%; /* Ensure audio player uses the width fully */
|
117 |
position: fixed; /* Make it stay in place even when scrolling */
|
118 |
bottom: 0; /* Position it at the bottom */
|
|
|
5 |
font-family: Arial, sans-serif;
|
6 |
margin: 0;
|
7 |
padding: 20px;
|
8 |
+
padding-bottom: 70px;
|
9 |
}
|
10 |
|
11 |
/* Styling the music player container for some spacing */
|
|
|
113 |
}
|
114 |
|
115 |
#audio-player {
|
116 |
+
height: 70px;
|
117 |
width: 100%; /* Ensure audio player uses the width fully */
|
118 |
position: fixed; /* Make it stay in place even when scrolling */
|
119 |
bottom: 0; /* Position it at the bottom */
|