From b3194a1bef5062ed1304c7e68811656a1ce9f4ed Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Mon, 20 Apr 2026 08:52:33 +0200 Subject: Added the image to explain linear and affine transforms --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/main.css b/static/main.css index c698b25..2d0ad77 100644 --- a/static/main.css +++ b/static/main.css @@ -29,10 +29,10 @@ h1, h2, h3 { a { color: var(--theme-color); } -body img { +img { display: block; margin: auto; - max-width: 100%; + width: 100%; } nav ul, nav ol { padding: 0%; -- cgit v1.3.1