From 668b2f25270620387eb69c51e62ba67397c68e1f Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:41:32 -0800 Subject: [PATCH] nav-list margins --- style-layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style-layout.css b/style-layout.css index e3df3b0..0551ca3 100644 --- a/style-layout.css +++ b/style-layout.css @@ -120,6 +120,8 @@ img[src*="#smaller"] { } .nav-list { + margin-top: 20px; + margin-right: 20px; text-align:right; width:220px; font-size:0.9em; -- 2.34.1