format project

This commit is contained in:
Kurt Hutten
2021-08-01 09:44:10 +10:00
parent caf944716b
commit ad0e9c1d4d
4 changed files with 43 additions and 15 deletions

View File

@@ -41,7 +41,10 @@ export const Success = ({
const image = userProject?.Project?.mainImage
const gravatar = userProject?.image
return (
<div className="flex-col flex h-screen bg-ch-gray-800 text-ch-gray-300" id="social-card-loaded">
<div
className="flex-col flex h-screen bg-ch-gray-800 text-ch-gray-300"
id="social-card-loaded"
>
<div
className="flex-grow grid"
style={{ gridTemplateColumns: '7fr 5fr' }}