Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #95 from doras-to/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Dec 27, 2023
2 parents ec5770a + 24739e8 commit 765676f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/mediakit/MediaKit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const MediaKitRender: React.FC<Props> = ({ user }) => {
<div className="w-full">
<div className={"relative p-3 overflow-hidden rounded-md bg-fill bg-cover bg-center h-full w-full max-w-xl mx-auto "} style={{ color: mediakit.heading.text_colour || "black", backgroundImage: `url(${mediakit.heading.background_image || ""})` }}>
<div className="flex flex-col gap-3 object-cover max-w-lg mx-auto">
<div className="flex gap-3 items-center">
<div className="flex flex-col sm:flex-row gap-3 items-center">
<img src={downloadImageUser(user.pic)} alt="Media Kit" className="w-36 rounded-full z-10" />
<div className="space-y-2 ">
<h1 className="text-5xl font-bold mb-1">{user.displayname}</h1>
Expand Down Expand Up @@ -91,7 +91,7 @@ const MediaKitRender: React.FC<Props> = ({ user }) => {
)}
</div>
</div>
<div className="pb-9 pt-3 text-white flex flex-row justify-between gap-3 w-full max-w-2xl mx-auto">
<div className="pb-9 pt-3 px-3 text-white flex flex-row justify-between gap-3 w-full max-w-2xl mx-auto">
<div className="md:grid grid-cols-3 gap-3 w-full">
<CardBasic className="flex-col col-span-2">
<h4>Statistics</h4>
Expand Down

0 comments on commit 765676f

Please sign in to comment.