Skip to content

Commit 15521d5

Browse files
author
Sergiu Miclea
committed
Fix missing details pages bottom margin on Safari
1 parent 9271d9b commit 15521d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/templates/DetailsTemplate/DetailsTemplate.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Wrapper = styled.div`
2323
const PageHeader = styled.div``
2424
const ContentHeader = styled.div``
2525
const Content = styled.div`
26-
margin: 32px 0;
26+
padding: 32px 0;
2727
`
2828
type Props = {
2929
pageHeaderComponent: React.Node,

0 commit comments

Comments
 (0)