Add featured content guides

This commit is contained in:
Kamran Ahmed
2019-09-07 18:16:23 +04:00
parent 0f5201b8bc
commit f35e10f08c
6 changed files with 115 additions and 48 deletions

View File

@@ -7,7 +7,7 @@ export const Home = (props) => (
<div className='home-container'>
<Header />
<HeroSection />
<div className="swim-lanes">
<div className="swim-lanes border-top border-bottom">
<SwimLane />
</div>
</div>