Skip to content

Commit

Permalink
Increase monospace font-size one decimal (#32)
Browse files Browse the repository at this point in the history
* Increase monospace font-size one decimal

* Update ChangeLog
  • Loading branch information
danirus authored Aug 2, 2024
1 parent bb7a72b commit d573362
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.3.5] - 2024-08-02

- Provide better for version-change directives (`versionadded`, `versionchanged`, `deprecated`, and `versionremoved`) when they only get a version number and no optional explanatory text.
- Increment the font size for monospace font to match normal font.

## [0.3.4] - 2024-06-26

- Fix in `js/src/tocresize.py` to avoid setting the height of the sidebars when they are not part of the grid.
Expand Down
2 changes: 1 addition & 1 deletion scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ body {
code,
code * {
font-family: var(--#{$prefix}font-monospace);
font-size: .7rem;
font-size: .8rem;
}

@include media-breakpoint-down(lg) {
Expand Down

0 comments on commit d573362

Please sign in to comment.