mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
chore: misc. design updates
This commit is contained in:
parent
9e2a0c1c78
commit
8a2ca0aed7
@ -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;
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user