mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +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 {
|
||||
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) {
|
||||
.delete-button {
|
||||
|
@@ -227,6 +227,10 @@
|
||||
.task-header {
|
||||
margin-bottom:30px;
|
||||
|
||||
h1 {
|
||||
margin-bottom:6px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
Reference in New Issue
Block a user