소스 검색

Fix missing details pages bottom margin on Safari

Sergiu Miclea 7 년 전
부모
커밋
15521d57e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/templates/DetailsTemplate/DetailsTemplate.jsx

+ 1 - 1
src/components/templates/DetailsTemplate/DetailsTemplate.jsx

@@ -23,7 +23,7 @@ const Wrapper = styled.div`
 const PageHeader = styled.div``
 const PageHeader = styled.div``
 const ContentHeader = styled.div``
 const ContentHeader = styled.div``
 const Content = styled.div`
 const Content = styled.div`
-  margin: 32px 0;
+  padding: 32px 0;
 `
 `
 type Props = {
 type Props = {
   pageHeaderComponent: React.Node,
   pageHeaderComponent: React.Node,