From 18406b0c94604b1b524de03bf97e78cffe7a5bbf Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 9 Feb 2024 17:35:52 -0600 Subject: [PATCH] fix: add margin-top: -10px to p Correcting text --- .../components/common/CalendarGrid/CalendarGrid.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.module.scss b/src/views/components/common/CalendarGrid/CalendarGrid.module.scss index 96def924..cec8965d 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.module.scss +++ b/src/views/components/common/CalendarGrid/CalendarGrid.module.scss @@ -83,7 +83,7 @@ text-align: left; height: 6.6px; align-self: stretch; - margin-top: 0; + margin-top: -10px; margin-bottom: 0; /* Type scale/small */