a tool for shared writing and social publishing

couple small style tweaks in ReaderContent

+3 -3
+3 -3
app/reader/ReaderContent.tsx
··· 150 150 <h3 className="text-primary truncate">{postRecord.title}</h3> 151 151 152 152 <p className="text-secondary">{postRecord.description}</p> 153 - <div className="flex justify-between items-end"> 154 - <div className="flex flex-col-reverse md:flex-row md gap-3 md:gap-2 text-sm text-tertiary items-center justify-start pt-1 md:pt-3"> 153 + <div className="flex gap-2 justify-between items-end"> 154 + <div className="flex flex-col-reverse md:flex-row md gap-3 md:gap-2 text-sm text-tertiary items-start justify-start pt-1 md:pt-3"> 155 155 <PubInfo 156 156 href={props.publication.href} 157 157 pubRecord={pubRecord} ··· 198 198 publishedAt: string | undefined; 199 199 }) => { 200 200 return ( 201 - <div className="flex gap-2 grow items-center shrink-0"> 201 + <div className="flex flex-wrap gap-2 grow items-center shrink-0"> 202 202 {props.author} 203 203 {props.publishedAt && ( 204 204 <>