Spaces:
Sleeping
Sleeping
Update static/css/style.css
Browse files- static/css/style.css +8 -7
static/css/style.css
CHANGED
@@ -346,17 +346,17 @@ button i {
|
|
346 |
|
347 |
@media (max-width: 768px) {
|
348 |
.score-circle {
|
349 |
-
width:
|
350 |
-
height:
|
351 |
}
|
352 |
|
353 |
-
.score-
|
354 |
-
|
|
|
355 |
}
|
356 |
|
357 |
-
.score-
|
358 |
-
|
359 |
-
height: 150px;
|
360 |
}
|
361 |
|
362 |
.score-background,
|
@@ -366,6 +366,7 @@ button i {
|
|
366 |
}
|
367 |
|
368 |
|
|
|
369 |
/* Loading Overlay */
|
370 |
.loading-overlay {
|
371 |
position: fixed;
|
|
|
346 |
|
347 |
@media (max-width: 768px) {
|
348 |
.score-circle {
|
349 |
+
width: 160px;
|
350 |
+
height: 160px;
|
351 |
}
|
352 |
|
353 |
+
.score-svg {
|
354 |
+
width: 160px;
|
355 |
+
height: 160px;
|
356 |
}
|
357 |
|
358 |
+
.score-value {
|
359 |
+
font-size: 2rem;
|
|
|
360 |
}
|
361 |
|
362 |
.score-background,
|
|
|
366 |
}
|
367 |
|
368 |
|
369 |
+
|
370 |
/* Loading Overlay */
|
371 |
.loading-overlay {
|
372 |
position: fixed;
|