Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
[marginProperty]: 24,
textAlign: align,
[breakpointMd]: {
[marginProperty]: 16
}
};
});
const PageNavLinkHeading = styled.div({
fontSize: 12,
letterSpacing: 2,
textTransform: 'uppercase'
});
const PageNavLinkTitle = styled.div({
color: colors.text1
});
const Footer = styled.footer({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
padding: 48,
fontSize: 14,
color: colors.text1,
backgroundColor: colors.background
});
const Colophon = styled.span({
margin: '20px 0'
});
fontSize: 12,
letterSpacing: 2,
textTransform: 'uppercase'
});
const PageNavLinkTitle = styled.div({
color: colors.text1
});
const Footer = styled.footer({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
padding: 48,
fontSize: 14,
color: colors.text1,
backgroundColor: colors.background
});
const Colophon = styled.span({
margin: '20px 0'
});
const FooterNav = styled.nav({
textAlign: 'center',
a: {
margin: '0 12px',
color: 'inherit',
textDecoration: 'none',
':hover': {
textDecoration: 'underline'
}