Browse Source

Donation: Fix not being centered on mobile

refactor
Hampus Sjöberg 4 years ago
parent
commit
b491694bf5
  1. 2
      frontend/components/Donation.tsx

2
frontend/components/Donation.tsx

@ -8,7 +8,7 @@ import { bytesToString } from "../back/utils.ts";
export const DonateContainer = styled.div`
margin: 0 auto 100px;
width: 400px;
max-width: 400px;
text-align: center;
`;

Loading…
Cancel
Save