From 3a86e03b9e6a777f4a385f62a981f9dd1d958d9d Mon Sep 17 00:00:00 2001 From: exist08 <32675747+exist08@users.noreply.github.com> Date: Tue, 19 Oct 2021 12:16:43 +0530 Subject: [PATCH] Update style.css fixed image size, so that it can take whole space available --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1d8b92c..0d770b5 100644 --- a/style.css +++ b/style.css @@ -390,7 +390,7 @@ body { .contact-img img { display: block; - height: 400px; + height: 100%; width: 100%; object-position: center; object-fit: cover;