From 699586775abada22faf5d747aac5e2bc76f486c7 Mon Sep 17 00:00:00 2001 From: Kaja Date: Tue, 3 Dec 2024 20:05:20 +0100 Subject: [PATCH] Limit thumbnail max height --- src/components/ProjectListItem.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ProjectListItem.tsx b/src/components/ProjectListItem.tsx index 85b19db..a8c1962 100644 --- a/src/components/ProjectListItem.tsx +++ b/src/components/ProjectListItem.tsx @@ -71,12 +71,14 @@ const ProjectListItem: React.FC = ({ sx={{ overflow: 'hidden', height: '33%', + maxHeight: '250px', borderBottom: '2px #0500E1 solid', }} >