iona_portfolio

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8ed04398c2de768b056bb0e06bc2f45f05210c70
parent 22ad43b645ad6a27ddbc5e7d4678a3d32f737cc5
Author: Jo Young <>
Date:   Mon, 16 Feb 2026 14:29:46 +0000

Decreased scale of image focus animation from 110% to 105%

Diffstat:
Mstylesheet.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stylesheet.css b/stylesheet.css @@ -46,7 +46,7 @@ body { transition: transform .2s; transform: scale(1.0); } .view-small:hover { - transform: scale(1.1); + transform: scale(1.05); } .view-full { width: 100%; object-fit: fill;