Update sponsorware.tsx

pull/44/head
Steve Ruiz 2021-07-11 14:01:14 +01:00
rodzic f6c155ffab
commit b9a14763fb
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -83,7 +83,7 @@ export const getServerSideProps: GetServerSideProps = async (context) => {
const OuterContent = styled('div', {
backgroundColor: '$canvas',
padding: '32px',
padding: '8px 8px 64px 8px',
margin: '0 auto',
overflow: 'scroll',
position: 'fixed',
@ -100,6 +100,7 @@ const OuterContent = styled('div', {
const Content = styled('div', {
width: '720px',
padding: '8px 16px',
maxWidth: '100%',
backgroundColor: '$panel',
borderRadius: '4px',