From b8d60dbc2459dce0714fc55123e1ad1d5dcedf1f Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 13:30:46 -0500 Subject: [PATCH] typo --- about.html | 16 ++++++++-------- css/custom.css | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/about.html b/about.html index 5036ab7..f3cff21 100644 --- a/about.html +++ b/about.html @@ -146,14 +146,14 @@
-
- -
-
+
+ +
+ diff --git a/css/custom.css b/css/custom.css index 6e57b02..8e4ccc8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -267,6 +267,22 @@ img, picture, video, canvas, svg{ } } +/* Team Image Responsive Styles */ +.team-responsive-img { + width: 100%; + height: auto; + max-width: 500px; + border-radius: 8px; + display: block; +} + +/* Mobile optimization */ +@media (max-width: 768px) { + .team-responsive-img { + max-width: 100%; + } +} + a{ text-decoration: none; }