From fe86946e2b547112c0e3819148d0eb7758a0a2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Wed, 8 Dec 2021 12:56:40 -0600 Subject: [PATCH] CSS: Embiggen images on mouse-hover. --- static/desktop-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/desktop-style.css b/static/desktop-style.css index 9527c3a..c6f8389 100644 --- a/static/desktop-style.css +++ b/static/desktop-style.css @@ -221,6 +221,7 @@ img.preview { } img.preview:hover { + transform: scale(1.05); filter: brightness(120%); } -- GitLab