mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-15 05:34:05 +02:00
Update featured content section UI
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
margin-bottom: 40px;
|
||||
margin-top: 25px;
|
||||
|
||||
border-bottom: 2px solid #e8e8e8;
|
||||
|
||||
span {
|
||||
background: #f8f9fa;
|
||||
}
|
||||
|
||||
a {
|
||||
background: black;
|
||||
color: white;
|
||||
|
@@ -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>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
.swim-lanes {
|
||||
.featured-content {
|
||||
padding: 50px 0;
|
||||
}
|
Reference in New Issue
Block a user