Fix - Page styles not being applied

This commit is contained in:
Kamran Ahmed
2019-10-19 22:49:47 +04:00
parent 9c70c85356
commit 1a2cd75e5d
15 changed files with 109 additions and 118 deletions

View File

@@ -1,7 +1,7 @@
import { FeaturedContentWrap } from './style';
import { FeaturedContentWrap, FeaturedWrap } from './style';
const FeaturedContent = (props) => (
<>
<FeaturedWrap className="border-top border-bottom bg-light">
<FeaturedContentWrap className="featured-content-wrap">
<div className="container">
<div className="featured-head">
@@ -131,7 +131,7 @@ const FeaturedContent = (props) => (
</div>
</div>
</FeaturedContentWrap>
</>
</FeaturedWrap>
);
FeaturedContent.defaultProps = {