design: adjust size of summary subtitles

This commit is contained in:
Sam Rijs 2018-01-30 07:32:23 +11:00
parent 89cd7d49b9
commit 986484aed0

View file

@ -24,7 +24,7 @@ fn dependency_table(title: &str, deps: BTreeMap<CrateName, AnalyzedDependency>)
html! { html! {
h3 class="title is-4" (title) h3 class="title is-4" (title)
p class="subtitle is-4" { p class="subtitle is-5" {
@if count_outdated > 0 { @if count_outdated > 0 {
(format!(" ({} total, {} up-to-date, {} outdated)", count_total, count_total - count_outdated, count_outdated)) (format!(" ({} total, {} up-to-date, {} outdated)", count_total, count_total - count_outdated, count_outdated))
} @else { } @else {