Spaces:
Running
Running
Update style/sidebar_style.css
Browse files- style/sidebar_style.css +6 -0
style/sidebar_style.css
CHANGED
@@ -3,6 +3,12 @@
|
|
3 |
text-align: right;
|
4 |
}
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
[class='stAudio'] {
|
7 |
max-width: 500px !important;
|
8 |
margin: auto !important;
|
|
|
3 |
text-align: right;
|
4 |
}
|
5 |
|
6 |
+
@media(min-width: 576px) {
|
7 |
+
.stMainBlockContainer {
|
8 |
+
padding: 3rem 5rem 1rem;
|
9 |
+
}
|
10 |
+
}
|
11 |
+
|
12 |
[class='stAudio'] {
|
13 |
max-width: 500px !important;
|
14 |
margin: auto !important;
|