Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
@@ -45,10 +45,14 @@ def get_custom_css():
|
|
45 |
text-align: center;
|
46 |
display: flex;
|
47 |
justify-content: center;
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
|
50 |
[data-testid="stDownloadButton"] button {
|
51 |
-
width:
|
52 |
border-radius: 5px;
|
53 |
height: 3em;
|
54 |
background-color: #00D100;
|
|
|
45 |
text-align: center;
|
46 |
display: flex;
|
47 |
justify-content: center;
|
48 |
+
margin-top: 15px;
|
49 |
+
width: 80%;
|
50 |
+
margin-left: auto;
|
51 |
+
margin-right: auto;
|
52 |
}
|
53 |
|
54 |
[data-testid="stDownloadButton"] button {
|
55 |
+
width: 100%;
|
56 |
border-radius: 5px;
|
57 |
height: 3em;
|
58 |
background-color: #00D100;
|