Skip to content

Commit 1adf126

Browse files
committed
style: change markdown style
1 parent 794bf8e commit 1adf126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/css/markdown.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ schemer(--quote-background-invert, 0, 1);
4444

4545
/* KaTeX 数学公式 */
4646
.katex
47-
font-size: 1.08em;
47+
font-size: 1.02em;
4848

4949
.cjk_fallback
5050
font-family: $font-family;

src/components/md/ImageCaptioned.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ figure
3535
3636
img
3737
max-width: 100%;
38-
max-height: 20em;
38+
max-height: 25em;
3939
cursor: pointer;
4040
4141
figcaption

0 commit comments

Comments
 (0)