From 400316f6222490e0d1bd57c7780d48d49bda292c Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Thu, 6 Aug 2026 13:03:43 +0200 Subject: [PATCH] Inline encouragements with the submit button, vertically centered Was stacked vertically; now a row (encouragements left, button right, center-aligned), falling back to the stacked layout under 640px where a row would get cramped. Co-Authored-By: Claude Sonnet 5 --- src/app.rs | 12 +++++++----- style/main.css | 14 +++++++++++--- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/app.rs b/src/app.rs index 28454ae..4eb41b4 100644 --- a/src/app.rs +++ b/src/app.rs @@ -770,11 +770,13 @@ fn AlternativeCard( .then(|| { view! {
- {e}

} - /> +
+ {e}

} + /> +