Update featured content section UI
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
Reference in New Issue
Block a user