From 747a9124756593c12e1bc9c891cddf7304645bb1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 26 Apr 2020 15:55:14 +0200 Subject: [PATCH] Make the task font size smaller for task cards --- src/styles/components/kanban.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index 1c544ce8..f493c925 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -71,7 +71,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em'; h3 { font-family: $family-sans-serif; - font-size: 1rem; + font-size: .85rem; } .due-date { @@ -143,6 +143,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em'; .task-id { color: $grey; + font-size: .8rem; } .is-done {