From 8b2a60d36eec23caaf49197ec5186fcd24ece96a Mon Sep 17 00:00:00 2001 From: Manu Mishra <77633403+Manu-crypto@users.noreply.github.com> Date: Sat, 10 Feb 2024 03:13:27 +0530 Subject: [PATCH] Update 4j.html changed the margin-left to margin-bottom --- 1-exercise-solutions/lesson-04/4j.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-exercise-solutions/lesson-04/4j.html b/1-exercise-solutions/lesson-04/4j.html index cc6803d..70482aa 100644 --- a/1-exercise-solutions/lesson-04/4j.html +++ b/1-exercise-solutions/lesson-04/4j.html @@ -14,7 +14,7 @@ .shadow-button:active { margin-top: 3px; - margin-left: 3px; + margin-bottom: 3px; box-shadow: none; }