From 46708d58cd35227ff7c72651fcfc074d791234bd Mon Sep 17 00:00:00 2001 From: LupottoBusotto <119003014+Leocraft1@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:27:44 +0100 Subject: [PATCH] Update style.css Fix navbar --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index cde7687..74297f5 100644 --- a/style.css +++ b/style.css @@ -113,6 +113,7 @@ nav { nav ul li { margin-right: 20px; + margin-left: 20px; } nav ul li a { @@ -181,4 +182,4 @@ table.image-table img { img { margin-bottom: 10px; } -} \ No newline at end of file +}