From 2cd00b1bf6ca57b12283c19c8affe5b33fea94fb Mon Sep 17 00:00:00 2001 From: Florian Heinz Date: Sun, 12 Apr 2026 11:59:09 +0200 Subject: [PATCH] Refine sport selection cards on the tracking page --- assets/css/app.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index fd8036a..0706eb5 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -805,9 +805,9 @@ button { .sport-choice__card { display: grid; - gap: 0.35rem; + gap: 0.5rem; min-height: 100%; - padding: 0.85rem 0.95rem; + padding: 1rem 1.05rem; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.08); @@ -815,14 +815,14 @@ button { } .sport-choice__card img { - width: 1.2rem; - height: 1.2rem; + width: 1.7rem; + height: 1.7rem; opacity: 0.96; } .sport-choice__card strong { color: var(--text); - font-size: 0.92rem; + font-size: 1rem; line-height: 1.35; }