chore: misc. design updates

This commit is contained in:
jinhojang6 2024-03-28 22:40:23 +09:00
parent 9e2a0c1c78
commit 8a2ca0aed7
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
2 changed files with 4 additions and 9 deletions

View File

@ -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;

View File

@ -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 {