Revert del padding + modifica percorsi perché la gente è handicappata

This commit is contained in:
La Programmatrice Verde 2025-02-24 14:53:41 +01:00
parent 7e178955c2
commit e4ad8ef2ed
3 changed files with 37 additions and 39 deletions

View File

@ -3,9 +3,9 @@
<head> <head>
<meta http-equiv="content-type" content="text/html" charset="utf-8" /> <meta http-equiv="content-type" content="text/html" charset="utf-8" />
<title>Milites Christi</title><!--modifica--> <title>Milites Christi</title><!--modifica-->
<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" />
<script src="/script.js"></script> <script src="../../script.js"></script>
</head> </head>
<body> <body>
<div id="corpo"> <div id="corpo">

View File

@ -3,9 +3,9 @@
<head> <head>
<meta http-equiv="content-type" content="text/html" charset="utf-8" /> <meta http-equiv="content-type" content="text/html" charset="utf-8" />
<title>Milites Christi</title><!--modifica--> <title>Milites Christi</title><!--modifica-->
<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" />
<script src="/script.js"></script> <script src="../../script.js"></script>
</head> </head>
<body> <body>
<div id="corpo"> <div id="corpo">

View File

@ -75,10 +75,7 @@ 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 {
color: black; color: black;
text-decoration: none; text-decoration: none;
@ -112,4 +109,5 @@ nav ul ul li {
white-space: nowrap; white-space: nowrap;
} }
/*Da qui potete inserire tutto il layout della vostra pagina*/ /*Da qui potete inserire tutto il layout della vostra pagina*/