File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
sections/engineers-who-joined-section Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import BurndownChart from 'public/burndown-chart.svg'
88import HealthcareSecurity from 'public/healthcare-security.svg'
99import NegativeEmissions from 'public/negative-emissions.svg'
1010import TopShot from 'public/top-shot.svg'
11- import { TABLET_LARGE_SIZE } from 'styles/constants'
11+ import { TABLET_SMALL_SIZE , TABLET_LARGE_SIZE } from 'styles/constants'
1212
1313import { SectionHeading } from '../../components/heading'
1414import SectionHeadingContainer from '../../components/section-heading-container'
@@ -30,8 +30,12 @@ const Projects = styled.ul`
3030 flex-direction: row;
3131 justify-content: space-around;
3232 flex-wrap: wrap;
33- margin-top: 5 .75rem;
33+ margin-top: 0 .75rem;
3434 list-style-type: none;
35+
36+ @media only screen and (min-width: ${ TABLET_SMALL_SIZE } ) {
37+ margin-top: 5.75rem;
38+ }
3539`
3640
3741const Project = styled . li `
You can’t perform that action at this time.
0 commit comments