From 1949f2241e888c6438054f1126a9c1c987763a13 Mon Sep 17 00:00:00 2001 From: Andrii Dubyna Date: Mon, 9 Dec 2024 03:59:39 +0200 Subject: [PATCH] fix css --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index b7e55d0821..83ec41c790 100644 --- a/src/style.css +++ b/src/style.css @@ -51,7 +51,7 @@ body { margin-right: 20px; } -.menu__item :first-child { +.menu__item:first-child { margin-left: 0; }