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