Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -395,9 +395,12 @@ def main():
|
|
395 |
.rating-line {
|
396 |
font-weight: bold;
|
397 |
color: #ffaa00;
|
398 |
-
margin-top:
|
399 |
margin-bottom: 1rem;
|
400 |
font-size: 0.95rem;
|
|
|
|
|
|
|
401 |
}
|
402 |
.feedback-counter {
|
403 |
font-style: italic;
|
|
|
395 |
.rating-line {
|
396 |
font-weight: bold;
|
397 |
color: #ffaa00;
|
398 |
+
margin-top: 0.5rem;
|
399 |
margin-bottom: 1rem;
|
400 |
font-size: 0.95rem;
|
401 |
+
max-width: 80%;
|
402 |
+
align-self: center;
|
403 |
+
text-align: center;
|
404 |
}
|
405 |
.feedback-counter {
|
406 |
font-style: italic;
|