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 12 additions and 4 deletions
Showing only changes of commit cc047dd867 - Show all commits

View File

@ -207,7 +207,6 @@
.guide-landing { font-family: 'Inter', sans-serif; }
.guide-landing-hero {
background: linear-gradient(180deg, #F5FAFB 0%, #FFFFFF 100%);
border-bottom: 1px solid #EAECF0;
padding: 72px 24px 56px;
text-align: center;
}
@ -619,10 +618,19 @@
.guide-route-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 14px;
gap: 14px 16px;
align-items: end;
}
.guide-field { display: flex; flex-direction: column; gap: 6px; justify-content: flex-end; }
.guide-field label {
font-size: 13px;
font-weight: 600;
color: #344054;
line-height: 1.3;
min-height: calc(2 * 1.3em);
display: flex;
align-items: flex-end;
}
.guide-field { display: flex; flex-direction: column; gap: 6px; }
.guide-field label { font-size: 13px; font-weight: 600; color: #344054; }
.guide-field select {
appearance: none;
-webkit-appearance: none;