Fix issue with uneven heights of task cards on home page

This commit is contained in:
perryharlock
2013-09-17 11:21:57 +01:00
parent 40a2e1d3fa
commit 1776c8ae7e

View File

@@ -119,19 +119,10 @@ ul {
line-height:37px; line-height:37px;
margin:26px 0; margin:26px 0;
} }
.add-task a {
color:#808080;
min-height:180px;
margin-bottom:20px;
}
.supersize-me {
text-align:center;
font-size:112px;
line-height:97px;
font-weight:bold;
color:#cacaca;
}
.task-card a { .task-card a {
color:#808080;
min-height:183px;
margin-bottom:20px;
display:block; display:block;
} }
.task-card a:hover { .task-card a:hover {
@@ -148,6 +139,13 @@ ul {
text-align:center; text-align:center;
color:#fff; color:#fff;
} }
.supersize-me {
text-align:center;
font-size:112px;
line-height:97px;
font-weight:bold;
color:#cacaca;
}
/* Task details page */ /* Task details page */