diff --git a/src/components/NavBar/NavBar.tsx b/src/components/NavBar/NavBar.tsx index 140c374..82692f8 100644 --- a/src/components/NavBar/NavBar.tsx +++ b/src/components/NavBar/NavBar.tsx @@ -188,11 +188,6 @@ const NavBarContainer = styled.nav<{ justify-content: space-between; position: relative; height: 100%; - border-bottom: 1px solid - ${(props) => - props.bordered - ? 'rgb(var(--lsd-theme-primary))' - : 'rgb(var(--lsd-theme-secondary))'}; margin: auto; diff --git a/src/containers/HomePage/HomePage.tsx b/src/containers/HomePage/HomePage.tsx index 598de43..a7f4b9a 100644 --- a/src/containers/HomePage/HomePage.tsx +++ b/src/containers/HomePage/HomePage.tsx @@ -330,10 +330,10 @@ const FeaturedFirst = styled.div` const FeaturedSecond = styled.div` margin-bottom: var(--lsd-spacing-64); - h3 { - font-size: var(--lsd-h3-fontSize) !important; - font-weight: var(--lsd-h3-fontWeight) !important; - line-height: var(--lsd-h3-lineHeight) !important; + .post-card__title-text { + font-size: var(--lsd-h5-fontSize) !important; + font-weight: var(--lsd-h5-fontWeight) !important; + line-height: var(--lsd-h5-lineHeight) !important; } .post-card-wrapper {