diff --git a/src/app.rs b/src/app.rs index f8c91e3..e90cecb 100644 --- a/src/app.rs +++ b/src/app.rs @@ -177,12 +177,6 @@ fn QuestionView( description=question.description.clone() show_yes=question_id == "/" /> - {question - .responsible - .clone() - .map(|r| { - view! { } - })}
+ {question + .responsible + .clone() + .map(|r| { + view! { } + })} } .into_any() diff --git a/style/main.css b/style/main.css index 440e2fe..edfa96e 100644 --- a/style/main.css +++ b/style/main.css @@ -269,9 +269,8 @@ main.not-found { border-bottom-color: var(--accent); } -/* Meta information under the question - same hue family as the - description but dimmer, and smaller: it matters less than what the - question itself says. */ +/* Meta information above the question nav - dimmer and smaller than + anything the question itself says. */ .question-responsible { display: block; text-align: center; @@ -279,7 +278,7 @@ main.not-found { opacity: 0.7; font-size: 0.85rem; line-height: 1.6; - margin: 0.6rem 1rem 1.8rem; + margin: 2.2rem 1rem 0; } .question-responsible a {