learn-ocaml
learn-ocaml copied to clipboard
fix: font size of code fragments in descr
- Kind: bugfix
- Close #214
Description
tested with firefox:

Checklist
- [ ] Read the CONTRIBUTING.md guide and:
- [ ] Use Atomic Commits so each commit gathers a single logical change
- [ ] Use Conventional Commits regarding commit messages (needed by our release toolchain)
- [ ] Add/update tests
- [ ] Add/update documentation
- [ ] …
Note to maintainers
- Read this wiki page
- Make sure the PR has a milestone
- Assign yourself before merging
- We can squash-merge 1-commit PRs (use a header with a conventional-commit type, add a footer with
Fix #…if need be)