From 5913113494c7790c978df0f017dce2caf7bfe7dc Mon Sep 17 00:00:00 2001 From: Ferry Ayunda <135429317+kisahklasik@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:13:25 +0700 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 57408de..5d0b6cd 100644 --- a/index.html +++ b/index.html @@ -28,8 +28,8 @@ .image-container { position: relative; display: inline-block; -width: 400px; /* Set the desired width for both images */ -height: 400px; /* Set the desired height for both images */ +width: 300px; /* Set the desired width for both images */ +height: 300px; /* Set the desired height for both images */ overflow: hidden; background-color: #f0f0f2; }