Skip to content

Commit

Permalink
report: larger margins for audit group summaries (#6688)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored and paulirish committed Dec 7, 2018
1 parent eb4544a commit ebc9b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,14 +652,16 @@
border-bottom: none;
}
.lh-audit-group--metrics .lh-audit-group__summary {
margin-top: 0;
margin-bottom: 0;
}

.lh-audit-group__summary {
display: flex;
justify-content: space-between;
padding-right: var(--text-indent);
margin-bottom: var(--lh-audit-vpadding);
margin-top: calc(var(--section-padding) * 1.5);
margin-bottom: var(--section-padding);
}

.lh-audit-group__itemcount {
Expand Down

0 comments on commit ebc9b2b

Please sign in to comment.