From 7a40cd1417b0f1ba8ddc91245e2cb1ef8daa7016 Mon Sep 17 00:00:00 2001 From: LegendJurai Date: Wed, 12 Mar 2025 12:26:54 +0100 Subject: [PATCH] Update styles.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a mini change. In the solution it said "133px" when the instruction on the Codédex page says "103px" --- 4-layout/22-absolute-removal/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-layout/22-absolute-removal/styles.css b/4-layout/22-absolute-removal/styles.css index 7747531..53b1c70 100644 --- a/4-layout/22-absolute-removal/styles.css +++ b/4-layout/22-absolute-removal/styles.css @@ -34,7 +34,7 @@ nav li { main { position: relative; - top: 133px; + top: 103px; } section {