Update sponsorware.tsx
This commit is contained in:
parent
f6c155ffab
commit
b9a14763fb
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,7 @@ export const getServerSideProps: GetServerSideProps = async (context) => {
|
||||||
|
|
||||||
const OuterContent = styled('div', {
|
const OuterContent = styled('div', {
|
||||||
backgroundColor: '$canvas',
|
backgroundColor: '$canvas',
|
||||||
padding: '32px',
|
padding: '8px 8px 64px 8px',
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
overflow: 'scroll',
|
overflow: 'scroll',
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
|
@ -100,6 +100,7 @@ const OuterContent = styled('div', {
|
||||||
|
|
||||||
const Content = styled('div', {
|
const Content = styled('div', {
|
||||||
width: '720px',
|
width: '720px',
|
||||||
|
padding: '8px 16px',
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
backgroundColor: '$panel',
|
backgroundColor: '$panel',
|
||||||
borderRadius: '4px',
|
borderRadius: '4px',
|
||||||
|
|
Loading…
Reference in a new issue