From 7e178955c2241b112baf5684ae879be6d2bd8ccc Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Thu, 20 Feb 2025 13:19:32 +0100 Subject: [PATCH] Aggiunta del padding sugli elementi della navbar --- index.html | 1 + style.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/index.html b/index.html index e7f7cfb..4e009c2 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Milites Christi + diff --git a/style.css b/style.css index 50a02d0..2152c65 100644 --- a/style.css +++ b/style.css @@ -75,6 +75,8 @@ nav ul { nav ul>li { display: inline-block; position: relative; + padding-left: 20px; + padding-right: 20px; } nav a {