make images fit
This commit is contained in:
parent
7971464e56
commit
65cfe8b28f
1 changed files with 4 additions and 0 deletions
|
@ -27,3 +27,7 @@ pre > code {
|
||||||
background-color: var(--base);
|
background-color: var(--base);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue