commit ofr now

This commit is contained in:
2026-03-27 14:33:23 +01:00
parent f18d95766a
commit aa9337b558
2 changed files with 16 additions and 7 deletions

View File

@@ -157,6 +157,7 @@ nav {
border: 1px solid black;
border-radius: 10px;
width: 95%;
max-width: calc(128px*0.95);
box-shadow: 1px 1px 1px black;
}
@@ -306,25 +307,33 @@ ul {
.recette-div-info {
display: flex;
flex-direction: row;
padding: 20px;
}
.recette-div-liste-info{
padding: 50px;
padding: 30px;
margin: 10px;
width: 100%;
flex:1;
}
.recette-liste-info-elem {
text-align: left;
padding: 4px;
padding-top: 6px;
padding-bottom: 6px;
color: #535353bd;
border-right: 1px solid #535353bd;
}
.recette-liste-info {
display: flex;
flex-direction: column;
flex-direction: row;
}
.recette-liste-tag {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
@@ -386,7 +395,7 @@ ul {
margin: 0 auto;
background: #ffa04d;
color: black;
font-size: 5vmin;
font-size: 4vmin;
border-radius: 7px;
box-shadow: 2px 2px 0px #000000;
}