From 7fde67b0cd09761b07661deebc945fc103540587 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Wed, 20 Nov 2019 13:57:01 -0500 Subject: [PATCH] add assemble flow responsiveness --- src/components/image/AssembleFlow.jsx | 2 +- src/components/projects/ProjectsHeader.jsx | 11 +++++++++-- src/components/projects/styles/ListProjects.js | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/image/AssembleFlow.jsx b/src/components/image/AssembleFlow.jsx index 884675b..52e132b 100644 --- a/src/components/image/AssembleFlow.jsx +++ b/src/components/image/AssembleFlow.jsx @@ -1,7 +1,7 @@ import React from 'react' const SVG = () => - + diff --git a/src/components/projects/ProjectsHeader.jsx b/src/components/projects/ProjectsHeader.jsx index dadedd0..9d0e070 100644 --- a/src/components/projects/ProjectsHeader.jsx +++ b/src/components/projects/ProjectsHeader.jsx @@ -45,8 +45,7 @@ const useStyles = makeStyles(({ padding: '1rem' }, flowImage: { - gridColumn: '13 / 48', - paddingLeft: '1em' + gridColumn: '14 / 36' }, cardMainFont: { fontSize: '24px' @@ -61,6 +60,13 @@ const useStyles = makeStyles(({ }, primary: { color: primary[500] + }, + listedProjects: { + gridColumn: '1 / 49', + textAlign: 'center', + fontSize: '20px', + fontWeight: 'bold', + marginTop: '3rem' } })) @@ -135,6 +141,7 @@ function ProjectsHeader() {
+ Listed Projects ) } diff --git a/src/components/projects/styles/ListProjects.js b/src/components/projects/styles/ListProjects.js index 900dec3..89791ea 100644 --- a/src/components/projects/styles/ListProjects.js +++ b/src/components/projects/styles/ListProjects.js @@ -20,7 +20,7 @@ const useStyles = makeStyles(theme => ({ main: { display: 'grid', gridTemplateColumns: 'repeat(48, [col] 1fr)', - gridTemplateRows: '4rem 4rem auto 0.5fr 1fr 0.3fr' + gridTemplateRows: '4rem 4rem auto auto 6rem' }, title: { fontSize: '2rem', @@ -128,7 +128,7 @@ const useStyles = makeStyles(theme => ({ tableHeader: { color: 'rgba(147, 155, 161, 0.8)', fontSize: '0.9rem', - gridRow: '5 / 6' + gridRow: '6 / 7' }, headerName: { gridColumn: '3 / 12'