mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: no content margin on sm
This commit is contained in:
@@ -209,7 +209,7 @@ export default function App() {
|
|||||||
</Layout.Sider>
|
</Layout.Sider>
|
||||||
<Layout>
|
<Layout>
|
||||||
<Layout.Header style={{padding: 0, background: colorBgContainer}}/>
|
<Layout.Header style={{padding: 0, background: colorBgContainer}}/>
|
||||||
<Layout.Content style={{margin: '24px 16px 0'}}>
|
<Layout.Content style={sm ? {margin: '24px 0'} : {margin: '24px 16px 0'}}>
|
||||||
<div style={{
|
<div style={{
|
||||||
padding: 24,
|
padding: 24,
|
||||||
minHeight: 360,
|
minHeight: 360,
|
||||||
|
|||||||
Reference in New Issue
Block a user