From 986484aed0c2d1504205693ae0d4ce67d07c6027 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Tue, 30 Jan 2018 07:32:23 +1100 Subject: [PATCH] design: adjust size of summary subtitles --- src/server/views/status_html.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/views/status_html.rs b/src/server/views/status_html.rs index b4fb557..7cf8435 100644 --- a/src/server/views/status_html.rs +++ b/src/server/views/status_html.rs @@ -24,7 +24,7 @@ fn dependency_table(title: &str, deps: BTreeMap) html! { h3 class="title is-4" (title) - p class="subtitle is-4" { + p class="subtitle is-5" { @if count_outdated > 0 { (format!(" ({} total, {} up-to-date, {} outdated)", count_total, count_total - count_outdated, count_outdated)) } @else {