Skip to content

Commit

Permalink
fix style of sub and sup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyeeZz committed Dec 4, 2023
1 parent 5ad4ead commit 6079b3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/templates/docsStyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
}
}

sub {
vertical-align: sub;
}

sup {
vertical-align: sup;
}

code {
font-size: 14px;
line-height: 1.4rem;
Expand Down

0 comments on commit 6079b3f

Please sign in to comment.