Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,16 +136,16 @@ footer {display:none !important;}
|
|
136 |
display: flex;
|
137 |
justify-content: space-between;
|
138 |
align-items: center;
|
139 |
-
|
140 |
-
|
141 |
}
|
142 |
.bar {
|
143 |
# width: 70%;
|
144 |
background-color: #e6e6e6;
|
145 |
border-radius: 12px;
|
146 |
-
|
147 |
-
|
148 |
-
|
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;
|