You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add --ifm-content-width (1200px) token and .page-content / .page-content-narrow
global utility classes; replace main-container-with-margins + container nesting
across Projects, Services, About, Careers, Fundable, Contact pages
- Fix page-start spacing: change upper-container-with-margin-top from margin-top
to padding-top (prevents CSS margin collapse through plain div wrappers)
- Projects: fix ProjectCard 50/50 split (was col-6-offset-1 + col-4); simplify
AllProjects and Header wrappers
- Services/Contact: clean up col offsets to 50/50 splits; remove textAlign:justify
- About: add values_row modifier so 4 value cards fill one row (flex:1 1 0);
remove subteam_container side margins; fix SubTeam to use cards-row
- Fundable: change sidebar from position:fixed to position:sticky so it stays
aligned within the centered content band
- Hero logos: constrain to page-content band so it doesn't overflow the content width
- Remove legacy h1 asymmetric padding (8px 36px 8px 20px -> 0 with margin)
- global p: text-align justify -> left
0 commit comments