Update featured content section UI

This commit is contained in:
Kamran Ahmed
2019-09-07 23:18:57 +04:00
parent 32f63ec152
commit a2b91efd38
3 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,12 @@
margin-bottom: 40px;
margin-top: 25px;
border-bottom: 2px solid #e8e8e8;
span {
background: #f8f9fa;
}
a {
background: black;
color: white;

View File

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

View File

@ -1,3 +1,3 @@
.swim-lanes {
.featured-content {
padding: 50px 0;
}