Donate options

This commit is contained in:
Ben Grant 2021-05-05 22:21:27 +10:00
parent 01a8a26e04
commit 6ad9472434
12 changed files with 68 additions and 56 deletions

View file

@ -27,15 +27,6 @@ export const AboutSection = styled.section`
padding: 20px 0;
`;
export const Footer = styled.footer`
width: 600px;
margin: 20px auto;
max-width: calc(100% - 60px);
display: flex;
align-items: center;
justify-content: space-between;
`;
export const P = styled.p`
font-weight: 500;
line-height: 1.6em;