Update app.py
Browse files
app.py
CHANGED
@@ -32,12 +32,13 @@ css = """
|
|
32 |
justify-items: center;
|
33 |
}
|
34 |
|
35 |
-
.custom-caption-1, .custom-caption-2, .survey, .survey-1, .survey-2 {
|
36 |
font-size: 20px;
|
37 |
font-weight: bold;
|
38 |
text-align: center;
|
39 |
margin-top: 10px;
|
40 |
color: black;
|
|
|
41 |
}
|
42 |
|
43 |
.bottom-space {
|
@@ -48,6 +49,11 @@ css = """
|
|
48 |
text-align: center;
|
49 |
}
|
50 |
|
|
|
|
|
|
|
|
|
|
|
51 |
@media only screen and (max-width: 768px) {
|
52 |
.container {
|
53 |
grid-template-columns: 1fr;
|
|
|
32 |
justify-items: center;
|
33 |
}
|
34 |
|
35 |
+
.custom-caption-1, .custom-caption-2, .survey, .survey-1, .survey-2, span {
|
36 |
font-size: 20px;
|
37 |
font-weight: bold;
|
38 |
text-align: center;
|
39 |
margin-top: 10px;
|
40 |
color: black;
|
41 |
+
display: block;
|
42 |
}
|
43 |
|
44 |
.bottom-space {
|
|
|
49 |
text-align: center;
|
50 |
}
|
51 |
|
52 |
+
.stButton button {
|
53 |
+
display: block;
|
54 |
+
margin: 0 auto;
|
55 |
+
}
|
56 |
+
|
57 |
@media only screen and (max-width: 768px) {
|
58 |
.container {
|
59 |
grid-template-columns: 1fr;
|