Become a Member page, minimum-income update + announcement, mobile & nav/header/hero fixes #4

Merged
popovskik merged 22 commits from kristijan-dev into develop 2026-08-01 10:33:30 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit c035b64bd3 - Show all commits

View File

@ -873,6 +873,10 @@
.guide-route { margin-top: 24px; padding: 22px; border-radius: 16px; }
.guide-route-actions .btn { width: 100%; text-align: center; }
}
/* Single-column route form: labels sit naturally, no reserved 2-line height */
@media (max-width: 430px) {
.guide-field label { min-height: 0; }
}
/* ---------- Personal route results page ---------- */
.route-report-page { max-width: 820px; margin: 56px auto 64px; padding: 0 24px; }