Browse Source

site: tweak theme button margin of site footer (#35192)

pull/35202/head
afc163 3 years ago
committed by GitHub
parent
commit
cf993989bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      site/theme/template/Layout/Footer.tsx

3
site/theme/template/Layout/Footer.tsx

@ -314,9 +314,6 @@ class Footer extends React.Component<WrappedComponentProps & { location: any }>
enUS: 'components-config-provider-demo-theme',
}),
LinkComponent: Link,
style: {
marginTop: 20,
},
},
],
};

Loading…
Cancel
Save