From 2c18b362eaf29e245b2691deb223c963e88cec42 Mon Sep 17 00:00:00 2001 From: Nithin Date: Sat, 15 Jul 2023 13:20:00 +0530 Subject: [PATCH] Image extra spacing. --- lecture26/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lecture26/styles.css b/lecture26/styles.css index 2fab356..a0f3de0 100644 --- a/lecture26/styles.css +++ b/lecture26/styles.css @@ -104,6 +104,8 @@ footer{ height: 400px; border-radius: 20px; transition: all 0.6s linear 0s; + /* bottom extra spacing fix */ + display: block; } .rightBox:hover{