mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 13:34:06 +01:00
feat: update ProjectCardSection layout for better responsiveness on smaller screens
This commit is contained in:
parent
3aac567695
commit
939ce86988
@ -27,7 +27,7 @@ export default function ProjectCardCalendarManageSection({ projectData }: Projec
|
||||
const [currentProjectId, setCurrentProjectId] = useState<number | undefined>(undefined);
|
||||
|
||||
return (
|
||||
<div id="content" className="grid grid-cols-2 space-x-2">
|
||||
<div id="content" className="grid grid-cols-1 md:grid-cols-2 space-x-2">
|
||||
{projectData != null ? (
|
||||
projectData.map((project) => (
|
||||
<Card key={project.id} className="mb-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user