1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

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

View File

@@ -48,6 +48,10 @@ aside {
color: var(--foreground-dim);
}
img {
max-width: 100%;
}
h1,
h2,
h3,