From dbaca8bd0416b1f16afd020e397fb44c372aeebe Mon Sep 17 00:00:00 2001 From: Tanya Sonker Date: Sat, 2 Mar 2024 13:56:26 +0530 Subject: [PATCH] img mobile responsiveness --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f5602a1..4dbbfbe 100644 --- a/style.css +++ b/style.css @@ -71,8 +71,9 @@ .stanford { height: 50vw; + width: 100vw; padding-top: 10px; - object-fit: fill; + object-fit: cover; } .homelhs, .aboutrhs, .exprhs > ul, p {