mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
misc(v2): fix CSS
This commit is contained in:
parent
e76288341f
commit
09036743b7
3 changed files with 6 additions and 8 deletions
|
@ -82,7 +82,7 @@ function BlogPostItem(props) {
|
|||
{renderPostHeader()}
|
||||
<article className="markdown">{children}</article>
|
||||
<div className="row margin-vert--lg">
|
||||
<div className="col col-6">
|
||||
<div className="col">
|
||||
{tags.length > 0 && (
|
||||
<>
|
||||
<strong>Tags:</strong>
|
||||
|
@ -97,7 +97,7 @@ function BlogPostItem(props) {
|
|||
</>
|
||||
)}
|
||||
</div>
|
||||
<div className="col col-6 text--right">
|
||||
<div className="col text--right">
|
||||
{truncated && (
|
||||
<Link to={metadata.permalink}>
|
||||
<strong>Read More</strong>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue