img's have max-width: 100% to avoid overflowing of big images

This commit is contained in:
Bastian Venthur
2023-06-24 13:25:17 +02:00
parent 44d5c4d694
commit f646c89152
2 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## [unreleased]
* default theme: `img` have now `max-width: 100%` by default to avoid very
large images overflowing
## [2.0.0] - 2023-06-16
### Breaking