refactor: release page layout

This commit is contained in:
Kentai Radiquum 2025-03-22 18:51:31 +05:00
parent 6242b850c2
commit 1990e5434c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 82 additions and 93 deletions

View file

@ -13,7 +13,7 @@ export const ReleaseInfoBasics = (props: {
const [isFullDescription, setIsFullDescription] = useState(false);
return (
<Card className="h-full">
<Card className="h-full row-span-2">
<div className="flex flex-col w-full h-full gap-4 lg:flex-row">
<Image
className="w-[285px] max-h-[385px] object-cover border border-gray-200 rounded-lg shadow-md dark:border-gray-700"