Source et léger paufinement

This commit is contained in:
2026-04-03 14:58:27 +02:00
parent 06c606105c
commit 23b73512e6
2 changed files with 8 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ nav {
.nav-element {
line-height: 2.5;
padding: 10px;
margin: 4px;
text-decoration: none;
color: black;
}
@@ -305,8 +306,12 @@ ul {
.recette-liste-ingr-div {
padding-left: 80px;
width: 100%;
margin-left: 120px;
padding-left: 100px;
width: 75%;
border: 1px solid black;
border-radius: 200px;
box-shadow: 7px 4px 7px black;
}
.recette-liste-ingr-elem {