diff --git a/src/pages/project.tsx b/src/pages/project.tsx index ca5650bc..2de80406 100644 --- a/src/pages/project.tsx +++ b/src/pages/project.tsx @@ -82,6 +82,12 @@ const mainCss = css` flex-direction: column; margin-top: 100px; margin-bottom: 200px; + ${mediaQuery('tablet')} { + margin-top: 74px; + } + ${mediaQuery('mobile')} { + margin-top: 60px; + } `; const sectionCss = css`