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; }