forked from external-repos/pa11y-dashboard
Tweakinesss for stats acards
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,9 @@
|
|||||||
/* Media queries */
|
/* Media queries */
|
||||||
|
@media (max-width:1199px) {
|
||||||
|
.task-card .task-card-link {
|
||||||
|
min-height:215px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media (max-width:991px) {
|
@media (max-width:991px) {
|
||||||
.h1, h1 {
|
.h1, h1 {
|
||||||
font-size:floor(@font-size-base * 2.15); // ~32px;
|
font-size:floor(@font-size-base * 2.15); // ~32px;
|
||||||
@@ -6,6 +11,9 @@
|
|||||||
.h2, h2 {
|
.h2, h2 {
|
||||||
font-size:floor(@font-size-base * 1.9); // ~28px;
|
font-size:floor(@font-size-base * 1.9); // ~28px;
|
||||||
}
|
}
|
||||||
|
.task-card .task-card-link {
|
||||||
|
min-height:200px;
|
||||||
|
}
|
||||||
.task-header .h4 {
|
.task-header .h4 {
|
||||||
font-size:floor(@font-size-base * 1.15); // ~17px;
|
font-size:floor(@font-size-base * 1.15); // ~17px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user