From 57ad4dae7849fad53b397da7f4b5ae2782e0a7ec Mon Sep 17 00:00:00 2001 From: Kate Ryzhko Date: Fri, 13 Dec 2024 19:11:37 +0200 Subject: [PATCH] add task solution --- src/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style.css b/src/style.css index 4480bf49bb..285231a92b 100644 --- a/src/style.css +++ b/src/style.css @@ -20,6 +20,12 @@ html { height: 40px; } +.logo a { + display: inline-block; + width: 40px; + height: 40px; +} + .nav { flex-grow: 1; text-transform: uppercase;