feat(responsive): make a application a bit more responsive

This commit is contained in:
Kentai Radiquum 2024-05-16 04:00:20 +05:00
parent 0ba93f96bc
commit ec894ae9b1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 132 additions and 32 deletions

View file

@ -5,11 +5,18 @@ export const ReleaseCard = (props) => {
return (
<Link
href={`/release/${props.id}`}
className={props.className ? props.className : "s2"}
className={""}
style={{
width: "300px",
height: "100%",
}}
>
<article
className="no-padding round fill"
style={{ width: 284, height: props.height ? props.height : 508 }}
className="small-padding round fill"
style={{
width: "100%",
height: "100%",
}}
>
{/* eslint-disable-next-line @next/next/no-img-element */}
<div style={{ aspectRatio: "1/1" }}>