From f1b0a840a59549ed0fb06658ea6ee589d649e880 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 13:29:15 -0500 Subject: [PATCH] typo --- about.html | 2 +- css/custom.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index abd4604..5036ab7 100644 --- a/about.html +++ b/about.html @@ -369,7 +369,7 @@ diff --git a/css/custom.css b/css/custom.css index 197ca2c..6e57b02 100644 --- a/css/custom.css +++ b/css/custom.css @@ -250,6 +250,23 @@ img, picture, video, canvas, svg{ } } +/* Vision Image Responsive Styles */ +.vision-responsive-img { + width: 100%; + height: auto; + max-width: 500px; + object-fit: cover; + border-radius: 8px; + display: block; +} + +/* Mobile optimization */ +@media (max-width: 768px) { + .vision-responsive-img { + max-width: 100%; + } +} + a{ text-decoration: none; }