minhwai commited on
Commit
6b14869
·
verified ·
1 Parent(s): a2ec5a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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;