yeswanthvarma commited on
Commit
411b7c2
·
verified ·
1 Parent(s): dcbf13a

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. static/css/style.css +22 -0
static/css/style.css CHANGED
@@ -344,6 +344,28 @@ button i {
344
  max-width: 600px;
345
  }
346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  /* Loading Overlay */
348
  .loading-overlay {
349
  position: fixed;
 
344
  max-width: 600px;
345
  }
346
 
347
+ @media (max-width: 768px) {
348
+ .score-circle {
349
+ width: 150px;
350
+ height: 150px;
351
+ }
352
+
353
+ .score-value {
354
+ font-size: 2rem;
355
+ }
356
+
357
+ .score-svg {
358
+ width: 150px;
359
+ height: 150px;
360
+ }
361
+
362
+ .score-background,
363
+ .score-progress {
364
+ stroke-width: 12;
365
+ }
366
+ }
367
+
368
+
369
  /* Loading Overlay */
370
  .loading-overlay {
371
  position: fixed;