forked from external-repos/pa11y-dashboard
Fix issue with uneven heights of task cards on home page
This commit is contained in:
@@ -119,19 +119,10 @@ ul {
|
||||
line-height:37px;
|
||||
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 {
|
||||
color:#808080;
|
||||
min-height:183px;
|
||||
margin-bottom:20px;
|
||||
display:block;
|
||||
}
|
||||
.task-card a:hover {
|
||||
@@ -148,6 +139,13 @@ ul {
|
||||
text-align:center;
|
||||
color:#fff;
|
||||
}
|
||||
.supersize-me {
|
||||
text-align:center;
|
||||
font-size:112px;
|
||||
line-height:97px;
|
||||
font-weight:bold;
|
||||
color:#cacaca;
|
||||
}
|
||||
|
||||
|
||||
/* Task details page */
|
||||
|
Reference in New Issue
Block a user