a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

tweak padding on mobile for emails

Jared Pereira (May 8, 2026, 8:02 PM EDT) 32b2d001 c17aff41

+2 -2
+2 -2
emails/post.tsx
··· 269 269 media-query rule beats the inline `style.padding`. */} 270 270 <style>{` 271 271 @media only screen and (max-width: 480px) { 272 - .email-page-pad { padding: 12px 8px !important; } 273 - .email-card-pad { padding: 16px !important; } 272 + .email-page-pad { padding: 0 !important; } 273 + .email-card-pad { padding: 12px !important; } 274 274 } 275 275 `}</style> 276 276 </MailHead>