Aggiunta del padding sugli elementi della navbar

This commit is contained in:
La Programmatrice Verde 2025-02-20 13:19:32 +01:00
parent 2bd80f3e3c
commit 7e178955c2
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<title>Milites Christi</title> <title>Milites Christi</title>
<link id="favicon" rel="icon" href="/favicon2.png" /> <link id="favicon" rel="icon" href="/favicon2.png" />
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/indexStyle.css" />
<script src="/script.js"></script> <script src="/script.js"></script>
</head> </head>
<body> <body>

View File

@ -75,6 +75,8 @@ nav ul {
nav ul>li { nav ul>li {
display: inline-block; display: inline-block;
position: relative; position: relative;
padding-left: 20px;
padding-right: 20px;
} }
nav a { nav a {