References margin (#11071)

This commit is contained in:
Tom Moor
2026-01-05 20:21:14 -05:00
committed by GitHub
parent 57b6e9aca4
commit 468f5dbf20
+5 -1
View File
@@ -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;