From 3958ce727962b62f79f0bc09360d05771c850f49 Mon Sep 17 00:00:00 2001 From: Aleksandra Date: Tue, 24 Dec 2024 10:34:17 +0100 Subject: [PATCH] add task solution --- src/style.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/style.css b/src/style.css index 5457c552a0..80eb442f4a 100644 --- a/src/style.css +++ b/src/style.css @@ -33,10 +33,9 @@ body { .logo { align-self: center; - justify-content: center; + justify-content: flex-start; height: 40px; width: 40px; - margin-right: 40px; flex: 0 0 auto; } @@ -51,6 +50,7 @@ body { margin: 0; text-transform: uppercase; list-style: none; + justify-content: center; } .nav_link { @@ -80,17 +80,12 @@ body { bottom: 0; height: 4px; width: 37px; + border-radius: 8px; background-color: var(--color); display: flex; align-items: center; justify-content: center; - border-radius: 8px; -} - -/* .nav_item:not(:first-child) { - margin-left: 20px; } -*/ .lc, .apple {