Skip to content

Commit 18ca6f0

Browse files
committed
🔧 Fix metric value font size - update ALL CSS rules to 0.2rem
- Found multiple .metric-value CSS rules overriding the font size - Updated media query rule from 1rem to 0.2rem - Updated legacy metric card rule from 2.5rem to 0.2rem - Now all metric values should properly display at 0.2rem
1 parent 8dbce5a commit 18ca6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎static/dashboard.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
}
235235

236236
.metric-value {
237-
font-size: 1rem;
237+
font-size: 0.2rem;
238238
}
239239
}
240240

@@ -269,7 +269,7 @@
269269
}
270270

271271
.metric-value {
272-
font-size: 2.5rem;
272+
font-size: 0.2rem;
273273
font-weight: 700;
274274
margin-bottom: 10px;
275275
}

0 commit comments

Comments
 (0)