diff --git a/components/featured-content/guides.js b/components/featured-content/guides.js index df47d3cf3..8f3db097d 100644 --- a/components/featured-content/guides.js +++ b/components/featured-content/guides.js @@ -8,7 +8,7 @@ const FeaturedGuides = () => (
- List of most visited guides + Guides mostly visited by the community View all Guides →
diff --git a/components/featured-content/roadmaps.js b/components/featured-content/roadmaps.js index 122775b63..b604d331c 100644 --- a/components/featured-content/roadmaps.js +++ b/components/featured-content/roadmaps.js @@ -7,10 +7,9 @@ const FeaturedRoadmaps = () => (- List of roadmaps mostly visited by the community + Roadmaps mostly visited by the community View all Roadmaps → diff --git a/components/featured-content/style.js b/components/featured-content/style.js index 90b9892d4..7de9e4531 100644 --- a/components/featured-content/style.js +++ b/components/featured-content/style.js @@ -1,7 +1,7 @@ import styled from 'styled-components'; export const FeaturedWrap = styled.div` - padding: 50px 0; + padding: 30px 0 50px; `; export const FeaturedContentWrap = styled.div` @@ -17,10 +17,10 @@ export const FeaturedContentWrap = styled.div` } .featured-separator { - font-weight: 400; - font-size: 18px; + font-size: 16px; margin-bottom: 40px; margin-top: 25px; + color: #999; span { background: #f8f9fa; @@ -107,4 +107,4 @@ export const FeaturedContentWrap = styled.div` border-radius: 10px 10px 0 0; } } -`; \ No newline at end of file +`;