aboutsummaryrefslogtreecommitdiff
path: root/src/components/page.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-06 13:57:31 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-06 13:57:31 +0100
commit78b46754599b887f9b558635f7f1803da3f72692 (patch)
tree67d726a21293d2b97f14cd907d40411673db07a9 /src/components/page.tsx
parent90d55c83cb4a6e3cf76622b0b8a2a9aa13fd2ba0 (diff)
cool
Diffstat (limited to 'src/components/page.tsx')
-rw-r--r--src/components/page.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/page.tsx b/src/components/page.tsx
index b368eee..73981c2 100644
--- a/src/components/page.tsx
+++ b/src/components/page.tsx
@@ -10,10 +10,10 @@ export function CenteredPage (props: CenteredPageProps) {
maxWidth: props.width,
margin: "0 auto"
}}>
- <div className="CenteredPageInner" style={{
- margin: "0 6px",
- lineHeight: 0
- }}> {props.children} </div>
+ <div className="CenteredPageInner" style={{
+ margin: "0 6px",
+ lineHeight: 0
+ }}>{props.children}</div>
</div>;
}