mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
style: update blog style
This commit is contained in:
@@ -154,6 +154,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.blog-wrapper h1[itemprop='headline'] {
|
||||
@include lsd.typography('h3');
|
||||
}
|
||||
}
|
||||
|
||||
.blog-archive-page {
|
||||
|
||||
@@ -7,13 +7,11 @@
|
||||
left: 0;
|
||||
gap: 8px !important;
|
||||
|
||||
width: 100%;
|
||||
max-width: var(--container-max-width);
|
||||
|
||||
padding-top: 16px;
|
||||
padding-bottom: 24px;
|
||||
border-bottom: 1px solid rgb(var(--lsd-border-primary));
|
||||
margin-bottom: 40px;
|
||||
margin-inline: var(--content-padding);
|
||||
}
|
||||
|
||||
.blogTitle {
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
import React from 'react'
|
||||
import Title from '@docusaurus/theme-classic/lib/theme/BlogPostItem/Header/Title'
|
||||
|
||||
export default function TitleWrapper(props) {
|
||||
return (
|
||||
<>
|
||||
<Title {...props} />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user