[resumes][fix] Add gap between sections in resume list item

pull/350/head
Tan Su Yin 3 years ago
parent d3c0c21f1b
commit 04deda1672

@ -14,7 +14,7 @@ type Props = Readonly<{
export default function BrowseListItem({ href, resumeInfo }: Props) {
return (
<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">
{resumeInfo.title}
<div className="mt-2 flex items-center justify-start text-xs text-indigo-500">

Loading…
Cancel
Save