[resumes][fix] Add gap between resume list cards

pull/349/head
Tan Su Yin 3 years ago
parent e7d08d46c8
commit a47b1b7472

@ -14,7 +14,7 @@ type Props = Readonly<{
export default function BrowseListItem({ href, resumeInfo }: Props) { export default function BrowseListItem({ href, resumeInfo }: Props) {
return ( return (
<Link href={href}> <Link href={href}>
<div className="grid grid-cols-8 border-b border-slate-200 p-4"> <div className="grid grid-cols-8 gap-4 border-b border-slate-200 p-4">
<div className="col-span-4"> <div className="col-span-4">
{resumeInfo.title} {resumeInfo.title}
<div className="mt-2 flex items-center justify-start text-xs text-indigo-500"> <div className="mt-2 flex items-center justify-start text-xs text-indigo-500">

Loading…
Cancel
Save