Update static/css/style.css
Browse files- static/css/style.css +3 -0
static/css/style.css
CHANGED
@@ -312,9 +312,12 @@ button i {
|
|
312 |
}
|
313 |
|
314 |
.score-svg {
|
|
|
|
|
315 |
transform: rotate(-90deg);
|
316 |
}
|
317 |
|
|
|
318 |
.score-background {
|
319 |
fill: none;
|
320 |
stroke: #f0f0f0;
|
|
|
312 |
}
|
313 |
|
314 |
.score-svg {
|
315 |
+
width: 100%;
|
316 |
+
height: 100%;
|
317 |
transform: rotate(-90deg);
|
318 |
}
|
319 |
|
320 |
+
|
321 |
.score-background {
|
322 |
fill: none;
|
323 |
stroke: #f0f0f0;
|