mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Amends to task-card min heights
This commit is contained in:

committed by
Rowan Manning

parent
f3b295982f
commit
dfac541294
@@ -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 {
|
||||
|
Reference in New Issue
Block a user