Page MenuHomePhabricator

[landing] decrease spacing between paragraphs in landing page info blocks
ClosedPublic

Authored by ginsu on Aug 15 2023, 12:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 15, 11:26 AM
Unknown Object (File)
Mon, Jun 10, 7:24 PM
Unknown Object (File)
Apr 4 2024, 7:25 PM
Unknown Object (File)
Apr 4 2024, 7:25 PM
Unknown Object (File)
Apr 4 2024, 7:25 PM
Unknown Object (File)
Apr 4 2024, 7:24 PM
Unknown Object (File)
Apr 4 2024, 7:22 PM
Unknown Object (File)
Feb 22 2024, 11:38 AM
Subscribers

Details

Summary

@ashoat brought this up IRL, this diff addresses decreasing the spacing between paragraphs from 40px => 24px.

Test Plan

Please see screenshots below

Before:

Screenshot 2023-08-15 at 3.40.22 PM.png (2×3 px, 865 KB)

Screenshot 2023-08-15 at 3.40.24 PM.png (2×3 px, 820 KB)

After:

Screenshot 2023-08-15 at 3.40.02 PM.png (2×3 px, 830 KB)

Screenshot 2023-08-15 at 3.40.04 PM.png (2×3 px, 870 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu requested review of this revision.Aug 15 2023, 1:02 PM
ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: ashoat, atul.
ginsu added inline comments.
landing/info-block.css
23 ↗(On Diff #29926)

We add 16px here since we removed 16px from the paragraph class below

landing/landing.css
44 ↗(On Diff #29926)

Switched from margin to padding here since this was causing margin collapse

This revision is now accepted and ready to land.Aug 15 2023, 1:21 PM