a tool for shared writing and social publishing

added space between post content and interactions

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/PostContent.tsx
··· 51 51 return ( 52 52 <div 53 53 //The postContent class is important for QuoteHandler 54 - className={`postContent flex flex-col sm:px-4 px-3 sm:pt-3 pt-2 pb-1 sm:pb-2 ${className}`} 54 + className={`postContent flex flex-col sm:px-4 px-3 sm:pt-3 pt-2 pb-1 sm:pb-6 ${className}`} 55 55 > 56 56 {blocks.map((b, index) => { 57 57 return (