diff --git a/src/components/summary-item/index.jsx b/src/components/summary-item/index.jsx index 1f17099..09ff55f 100644 --- a/src/components/summary-item/index.jsx +++ b/src/components/summary-item/index.jsx @@ -72,12 +72,15 @@ const classes = { ImageSize: "w-full max-w-[25%]", TitlePartsFlex: "flex justify-between text-justify", projectTitleWidth: "w-10/12", - projectTimeframe: "w-2/12 flex justify-end font-light" + projectTimeframe: "w-2/12 flex justify-end font-light", + paragraphPaddings: "pl-12 pr-12 pt-6 pb-6" + }, mobile: { ImageSize: "lg:w-1/4 w-full max-w-[60%]", TitlePartsFlex: "flex-col text-center", - projectTimeframe: "mt-3 font-light" + projectTimeframe: "mt-3 font-light", + paragraphPaddings: "pl-5 pr-5 pt-6 pb-6" }, tagLayout: "tags dark:bg-slate-500 bg-slate-600" @@ -187,12 +190,8 @@ const SummaryItem = ({ className={` ${isHovered ? 'dark:bg-slate-800 bg-gray-200 rounded' : ''}`} > {/* Box specific div */} -