aboutsummaryrefslogtreecommitdiff
path: root/design/style.css
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-09-30 12:15:02 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-09-30 12:15:02 +0200
commita9c6fe336849e35a23251934f5eff78f19b9fb6a (patch)
treef8a5de4d1813776bf64350105f14572a0732bdbd /design/style.css
parent9729848e9887b2f146eb477a261d632e2d8d4705 (diff)
feat(design): link on image in home
Diffstat (limited to 'design/style.css')
-rw-r--r--design/style.css4
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);