File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ export default function PostCardWhiteBgBig(props: PostCardWhiteBgBigProps) {
7171 { ( ! options ?. hideDate || ! options ?. hideAuthor ) && (
7272 < div className = "flex justify-center gap-2 p-2" >
7373 { ! options ?. hideDate && date && (
74- < div className = "text-sm opacity-80" >
74+ < div className = "text-[0.8rem] opacity-80 flex flex-row items-center gap-2 justify-center " >
7575 < AiOutlineClockCircle />
7676 < DateComponent dateString = { date } />
7777 </ div >
7878 ) }
7979 { ! options ?. hideAuthor && authors ?. length && (
80- < div className = "flex gap-1 text-sm opacity-80" >
80+ < div className = "flex gap-1 text-sm opacity-80 text-emerald-800 " >
8181 { authors ?. length > 1 && (
8282 < >
8383 < i className = "icon-users-outline" > </ i >
You can’t perform that action at this time.
0 commit comments