Use container instead of div

This commit is contained in:
Fabio Berger
2018-10-02 09:11:50 +01:00
parent c42b340042
commit d435341f9b

View File

@@ -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