Skip to content

Commit

Permalink
优化正文排版
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Liao <2964556627@qq.com>
  • Loading branch information
liaocp666 committed Mar 7, 2023
1 parent 8f4c510 commit 0f06c78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/jasmine/jasmine-article.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,12 @@

#article .middotDivider {
padding: 0 0.2rem;
}

#content h2 {
font-size: 1.7rem!important;
}

#content h3 {
font-size: 1.65rem!important;
}
2 changes: 1 addition & 1 deletion inc/components/middle-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="d-flex justify-content-between align-items-center">
<div class="left-head">
<div class="title mb-4">
<h1 class="fs-3" itemprop="headline"><?php $this->title() ?></h1>
<h1 class="fs-3 fw-semibold" itemprop="headline"><?php $this->title() ?></h1>
</div>
<div class="meta d-flex justify-content-between mb-3">
<div class="left">
Expand Down

0 comments on commit 0f06c78

Please sign in to comment.