mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Small amendments to task-header for smaller devices
This commit is contained in:
2
public/css/site.min.css
vendored
2
public/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -131,6 +131,15 @@
|
|||||||
.series-checkboxes li {
|
.series-checkboxes li {
|
||||||
font-size:floor(@font-size-base * 0.8); // ~12px;
|
font-size:floor(@font-size-base * 0.8); // ~12px;
|
||||||
}
|
}
|
||||||
|
.task-header .h3 {
|
||||||
|
float:none !important;
|
||||||
|
text-align:center;
|
||||||
|
margin-bottom:15px !important;
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
.task-header h1 {
|
||||||
|
margin-bottom:3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width:360px) {
|
@media (max-width:360px) {
|
||||||
.delete-button {
|
.delete-button {
|
||||||
|
@@ -227,6 +227,10 @@
|
|||||||
.task-header {
|
.task-header {
|
||||||
margin-bottom:30px;
|
margin-bottom:30px;
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-bottom:6px;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
word-wrap:break-word;
|
word-wrap:break-word;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user