summaryrefslogtreecommitdiff
path: root/src/containers/Page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/Page.tsx')
-rw-r--r--src/containers/Page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Page.tsx b/src/containers/Page.tsx
index 879d130..6282748 100644
--- a/src/containers/Page.tsx
+++ b/src/containers/Page.tsx
@@ -13,7 +13,7 @@ interface Props {
}
const Page: React.FC<Props> = ({ title, actions, className, children }) => (
- <Paper>
+ <Paper className="xl:m-5">
<div className="mb-2 flex justify-between items-center">
<span className="text-2xl font-bold">{title}</span>
<div>