make images fit

This commit is contained in:
slonkazoid 2024-04-18 05:06:49 +03:00
parent 7971464e56
commit 65cfe8b28f
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -27,3 +27,7 @@ pre > code {
background-color: var(--base); background-color: var(--base);
color: var(--text); color: var(--text);
} }
img {
max-width: 100%;
}