Update featured content section UI

pull/1331/head
Kamran Ahmed 5 years ago
parent 32f63ec152
commit a2b91efd38
  1. 6
      components/featured-content/style.scss
  2. 2
      pages/home/index.js
  3. 2
      pages/home/style.scss

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

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

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