Skip to content
Snippets Groups Projects
Commit 0942c438 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch '48-font-size-in' into 'preview'

adjust font size of code blocks

Closes #48

See merge request !233
parents efa74f44 3bdd0357
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!233adjust font size of code blocks
...@@ -69,8 +69,11 @@ strong { ...@@ -69,8 +69,11 @@ strong {
.md-typeset code { .md-typeset code {
word-break: normal; word-break: normal;
font-size: 0.8rem;
}
.md-typeset .admonition {
font-size: 0.8rem;
} }
/* header */ /* header */
.zih-logo img{ .zih-logo img{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment