Amends to task-card min heights

This commit is contained in:
perryharlock
2014-01-10 14:09:15 +00:00
committed by Rowan Manning
parent f3b295982f
commit dfac541294
4 changed files with 10 additions and 15 deletions

View File

@@ -1,9 +1,4 @@
/* Media queries */
@media (max-width:1199px) {
.task-card .task-card-link {
min-height:215px;
}
}
@media (max-width:991px) {
.h1, h1 {
font-size:floor(@font-size-base * 2.15); // ~32px;
@@ -11,9 +6,6 @@
.h2, h2 {
font-size:floor(@font-size-base * 1.9); // ~28px;
}
.task-card .task-card-link {
min-height:200px;
}
.task-header .h4 {
font-size:floor(@font-size-base * 1.15); // ~17px;
}
@@ -40,6 +32,9 @@
.btn-full-width {
margin-bottom:0;
}
.task-card .task-stats {
margin-bottom:10px;
}
.action-buttons {
margin-bottom:20px;
}
@@ -88,6 +83,9 @@
text-align:left;
}
}
.task-card .task-card-link {
min-height:0;
}
}
@media (max-width:640px) {
body {