mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
design: adjust size of summary subtitles
This commit is contained in:
parent
89cd7d49b9
commit
986484aed0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue