Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +2 -2
css/main.css
CHANGED
@@ -49,14 +49,14 @@ ul {
|
|
49 |
|
50 |
|
51 |
.half-audio {
|
52 |
-
padding: 24px;
|
53 |
-
position: fixed;
|
54 |
}
|
55 |
|
56 |
.stuck-audio {
|
57 |
position: fixed;
|
58 |
top: 0;
|
59 |
width: 100%
|
|
|
60 |
background: #e7fefc;
|
61 |
}
|
62 |
|
|
|
49 |
|
50 |
|
51 |
.half-audio {
|
52 |
+
padding: 24px;
|
|
|
53 |
}
|
54 |
|
55 |
.stuck-audio {
|
56 |
position: fixed;
|
57 |
top: 0;
|
58 |
width: 100%
|
59 |
+
padding: 60px;
|
60 |
background: #e7fefc;
|
61 |
}
|
62 |
|