Reduce card title font size

This commit is contained in:
Frederic Guillot 2016-03-24 21:24:41 -04:00
parent 4c8d5fbdc0
commit e6747d9d7c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -55,7 +55,7 @@ div.task-board-status-closed {
/* title one the card */
.task-board-title {
font-size: 1.2em;
font-size: 1.15em;
margin-top: 5px;
margin-bottom: 8px;
}