Refine sport selection cards on the tracking page

This commit is contained in:
2026-04-12 11:59:09 +02:00
parent 1080dd9d82
commit 2cd00b1bf6
+5 -5
View File
@@ -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;
}