From 9d180e13b1115382ff0021d64887e5b8535f0b93 Mon Sep 17 00:00:00 2001 From: ishikabhoyar Date: Thu, 30 Oct 2025 23:07:04 +0530 Subject: [PATCH] increase font size for time labels in index.css --- Frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/index.css b/Frontend/src/index.css index 90d464e..909b474 100644 --- a/Frontend/src/index.css +++ b/Frontend/src/index.css @@ -1240,7 +1240,7 @@ body { } .time-unit .time-label { - font-size: 10px; + font-size: 13px; color: #666; margin-top: 5px; text-transform: capitalize;