JeCabrera commited on
Commit
95ecd64
·
verified ·
1 Parent(s): 449e0ce

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +5 -1
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: 80%;
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;