diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 01:59:01 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-31 01:59:01 +0200 |
commit | 802f8929993713865eadfc3348bd386c2984689e (patch) | |
tree | a69ef9a44e74d7d382ed698ac7b314f8d7e76d55 /pages | |
parent | 4af1e35e7bda7fd54f06da81c2fc6d367d38c102 (diff) |
padding
Diffstat (limited to 'pages')
-rw-r--r-- | pages/_app.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 5b96bd0..ab05e26 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -180,11 +180,13 @@ function SubApp(props: any) { container: { marginTop: '10px', borderWidth: '0px', - paddingRight: '10px', _last: { borderWidth: '0px', }, }, + panel: { + marginRight: '10px', + }, }, }, Slider: { |