mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
References margin (#11071)
This commit is contained in:
@@ -730,7 +730,11 @@ const Background = styled(Container)`
|
||||
`;
|
||||
|
||||
const ReferencesWrapper = styled.div`
|
||||
margin: 12px 0;
|
||||
margin: 12px 0 60px;
|
||||
|
||||
${breakpoint("tablet")`
|
||||
margin-bottom: 12px;
|
||||
`}
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user