UnarineLeo commited on
Commit
0effeae
·
verified ·
1 Parent(s): 0c419b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -136,16 +136,16 @@ footer {display:none !important;}
136
  display: flex;
137
  justify-content: space-between;
138
  align-items: center;
139
- # margin-bottom: 5px;
140
- # width: 100%;
141
  }
142
  .bar {
143
  # width: 70%;
144
  background-color: #e6e6e6;
145
  border-radius: 12px;
146
- # overflow: hidden;
147
- # margin-right: 10px;
148
- # height: 5px;
149
  }
150
  .bar-fill {
151
  background-color: #17152e;
 
136
  display: flex;
137
  justify-content: space-between;
138
  align-items: center;
139
+ margin-bottom: 5px;
140
+ width: 100%;
141
  }
142
  .bar {
143
  # width: 70%;
144
  background-color: #e6e6e6;
145
  border-radius: 12px;
146
+ overflow: hidden;
147
+ margin-right: 10px;
148
+ height: 5px;
149
  }
150
  .bar-fill {
151
  background-color: #17152e;