diff --git a/web/index.html b/web/index.html index c574a00..588fae7 100644 --- a/web/index.html +++ b/web/index.html @@ -252,6 +252,10 @@ background-color: rgba(var(--accent-rgb), 0.33); color: var(--accent); } + p.bio { + line-height: 1.2rem; + font-size: .8rem; + } p.tiny-text { line-height: .75em; } diff --git a/web/src/actors/header.rs b/web/src/actors/header.rs index 2144ba4..4865450 100644 --- a/web/src/actors/header.rs +++ b/web/src/actors/header.rs @@ -97,7 +97,7 @@ pub fn ActorHeader() -> impl IntoView { }} -

+

}.into_view()