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

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. 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: 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,
@@ -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;