diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-20 08:52:33 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-20 08:52:33 +0200 |
| commit | b3194a1bef5062ed1304c7e68811656a1ce9f4ed (patch) | |
| tree | 6fb5b8848ef06d01c5ac765a6eb027ce88993792 /static/main.css | |
| parent | 830f1780ab1964cdc6678cf5bb10f7e60915e3c1 (diff) | |
Added the image to explain linear and affine transforms
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
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%;
|
