Make the task font size smaller for task cards
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-04-26 15:55:14 +02:00
parent 31b025cc55
commit 747a912475
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -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 {