Add user projects #156

Merged
YosephKS merged 2 commits from addUserProjects into main 2020-12-12 20:32:57 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6e8e853ee9 - Show all commits

View File

@@ -173,7 +173,7 @@ const LandingSection = () => {
</button>
</div>
</div>
<div className="flex justify-center mt-64 pt-20 mb-20">
<div className="flex justify-center mt-64 pt-20 mb-32">
<div className="flex text-2xl text-gray-500">
Irev-Dev commented 2020-12-12 20:31:08 +01:00 (Migrated from github.com)
Review

I appreciate you keeping the over padding on the landing section the same 👍

I appreciate you keeping the over padding on the landing section the same 👍
See what other's have created
<Svg

View File

@@ -5,7 +5,7 @@ import ImageUploader from 'src/components/ImageUploader'
const PartsList = ({ parts }) => {
return (
<section className="max-w-6xl mx-auto mt-20">
<section className="max-w-6xl mx-auto mt-8">
<ul
className="grid gap-x-8 gap-y-12 items-center mx-4 relative"
style={{ gridTemplateColumns: 'repeat(auto-fit, minmax(16rem, 1fr))' }}