From 8a2ca0aed7b1ff370e06e9c9786db17c5ad458ff Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 28 Mar 2024 22:40:23 +0900 Subject: [PATCH] chore: misc. design updates --- src/components/NavBar/NavBar.tsx | 5 ----- src/containers/HomePage/HomePage.tsx | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) 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 {