aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website')
-rw-r--r--packages/website/ts/pages/documentation/home.tsx9
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/website/ts/pages/documentation/home.tsx b/packages/website/ts/pages/documentation/home.tsx
index 7f833cc1f..a2405a9d2 100644
--- a/packages/website/ts/pages/documentation/home.tsx
+++ b/packages/website/ts/pages/documentation/home.tsx
@@ -451,14 +451,7 @@ export class Home extends React.Component<HomeProps, HomeState> {
return (
<ScrollElement name={id} key={`package-${pkg.name}`}>
<div className="pb2">
- <div
- style={{
- width: '100%',
- height: 1,
- backgroundColor: colors.grey300,
- marginTop: 11,
- }}
- />
+ <Container width="100%" height="1px" backgroundColor={colors.grey300} marginTop="11px" />
<div className="clearfix mt2 pt1">
<div className="md-col lg-col md-col-4 lg-col-4">
<Link