Page MenuHomePhabricator

[landing] made investor profile cards mobile friendly
ClosedPublic

Authored by ginsu on Oct 10 2022, 8:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 6 2024, 6:43 PM
Unknown Object (File)
Mar 28 2024, 10:05 AM
Unknown Object (File)
Mar 28 2024, 10:05 AM
Unknown Object (File)
Mar 28 2024, 10:05 AM
Unknown Object (File)
Mar 28 2024, 10:05 AM
Unknown Object (File)
Mar 28 2024, 10:04 AM
Unknown Object (File)
Mar 28 2024, 9:59 AM
Unknown Object (File)
Mar 25 2024, 4:36 AM

Details

Summary

Will not land until all diffs in the stack are accepted

Investor cards are now mobile friendly with the profile pictures going above the text whenever the screen width is less than 600px

Next diffs:

  1. Create Modal component for investor profile cards
  2. Populate investor cards with data

Linear Task: ENG-1953
Figma: Investor Page

Depends on D5328

Test Plan

Please see attached video and screenshots to see how investor profile cards look/act:

iPhone 12 View:

Screen Shot 2022-10-10 at 9.42.01 AM.png (1×3 px, 1 MB)

Responsive Window View:

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu requested review of this revision.Oct 10 2022, 8:21 AM

Looks good, defer to @atul

atul added inline comments.
landing/investor-profile.css
54–55 ↗(On Diff #17454)

We can use margin shorthand here

This revision is now accepted and ready to land.Oct 10 2022, 11:07 AM
landing/investor-profile.css
54–55 ↗(On Diff #17454)
margin: 16px 0 0;

Responsiveness looks good!