Ready for prod.

This commit is contained in:
2026-04-09 18:14:09 +02:00
parent 0ae685753f
commit f933065275
13 changed files with 84 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ html, body{
#logo {
background-color: aqua;
background-image: url("Logo.jpg");
background-image: url("../images/Logo.jpg");
/*background:no-repeat;*/
height: 103px;
width: 141px;
@@ -131,6 +131,34 @@ body {
/*display:none;*/
}
.title-site {
text-align: center;
}
.title {
width: 100%;
height: 50%;
font-size: 100px;
}
.random-proposition {
gap: 5%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.recommandation img {
max-width: calc( 7vh + 7vw );
max-height: calc( 7vh + 7vw );
}
.line-acceuil {
color: #03be90;
box-shadow: 20px 6px 8px #007054;
}
.tag-selected-div {
flex: 4;
}
@@ -623,5 +651,9 @@ footer{
border-top: 1px solid black;
}
.meta-recettes {
text-align: left;
}