diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 12:15:02 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 12:15:02 +0200 |
| commit | a9c6fe336849e35a23251934f5eff78f19b9fb6a (patch) | |
| tree | f8a5de4d1813776bf64350105f14572a0732bdbd /design/style.css | |
| parent | 9729848e9887b2f146eb477a261d632e2d8d4705 (diff) | |
feat(design): link on image in home
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); |
