add space on release page to the bottom of the page

This commit is contained in:
Kentai Radiquum 2025-04-06 18:56:41 +05:00
parent 4a45b7af56
commit ff2dbdfac1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -71,7 +71,7 @@ export const ReleasePage = (props: any) => {
}
return (
<div className="flex flex-col gap-2">
<div className="flex flex-col gap-2 pb-8">
<div className="grid grid-cols-1 lg:grid-cols-[70%_30%] gap-2 grid-flow-row-dense">
<ReleaseInfoBasics
image={data.release.image}