mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-22 22:28:19 +00:00
style: add margin for section titles
This commit is contained in:
parent
1c6c718415
commit
8848282571
@ -48,6 +48,7 @@ const Container = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin-top: 16px;
|
||||
padding: 16px 0;
|
||||
border-top: 1px solid rgb(var(--lsd-theme-primary));
|
||||
position: relative;
|
||||
|
@ -42,6 +42,7 @@ const Container = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
margin-top: 16px;
|
||||
padding: 16px 0;
|
||||
border-top: 1px solid rgb(var(--lsd-theme-primary));
|
||||
`
|
||||
|
@ -22,6 +22,7 @@ const FeaturedPost = ({ post }: Props) => {
|
||||
}
|
||||
|
||||
const PostWrapper = styled.div`
|
||||
margin-top: 16px;
|
||||
padding: 16px 0;
|
||||
border-top: 1px solid rgb(var(--lsd-theme-primary));
|
||||
width: 100%;
|
||||
|
@ -39,6 +39,7 @@ export const PostsList = (props: Props) => {
|
||||
}
|
||||
|
||||
const PostWrapper = styled.div`
|
||||
margin-top: 16px;
|
||||
padding: 16px 0;
|
||||
border-top: 1px solid rgb(var(--lsd-theme-primary));
|
||||
width: 100%;
|
||||
|
@ -32,6 +32,5 @@ const Container = styled.div`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
//padding: 0 16px;
|
||||
width: 100%;
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user