updated design consistency

This commit is contained in:
Ren Amamiya
2023-02-23 09:24:27 +07:00
parent eae708e07c
commit 43366ea623
3 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import Image from 'next/image';
export default function ImageCard({ data }: { data: object }) {
return (
<div className={`relative mt-2 flex flex-col overflow-hidden`}>
<div className="relative h-full w-2/3 rounded-lg border border-zinc-800">
<div className="relative h-full w-full rounded-lg border border-zinc-800">
<Image
src={data['image']}
alt={data['image']}