diff options
Diffstat (limited to 'design/style.css')
| -rw-r--r-- | design/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/design/style.css b/design/style.css index 0554e27..db5836a 100644 --- a/design/style.css +++ b/design/style.css @@ -126,8 +126,10 @@ figure { margin-bottom: var(--margin-base); - & img { + & a, img { max-height: max(60vh, 400px); + max-width: 100%; + display: block; &.large { --max-width: var(--width-deco); |
