Correction de bugs

This commit is contained in:
Moncef STITI 2024-01-17 18:47:54 +01:00
parent 3e893570a3
commit d834168573
2 changed files with 25 additions and 12 deletions

View File

@ -8,18 +8,31 @@
text-align: center; text-align: center;
} }
.chef-item img {
.chef-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.chef {
flex: 1;
max-width: 300px;
margin: 10px;
text-align: center;
background-color: #FFFFFF;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 15px;
}
.chef img {
max-width: 100%; max-width: 100%;
border-radius: 50%; border-radius: 8px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.chef-item h2 { .chef h3 {
margin-top: 10px;
color: #4A305A; color: #4A305A;
} }
.chef-item p {
color: #333;
font-size: 16px;
line-height: 1.5;
}

View File

@ -6,7 +6,7 @@
.plan-du-site-section h2 { .plan-du-site-section h2 {
color: #1a1a1a; color: #1a1a1a;
font-size: 28px; font-size: 28px;
margin-bottom: 20px; margin-bottom: 30px;
} }
.plan-du-site-section ul { .plan-du-site-section ul {
@ -15,7 +15,7 @@
} }
.plan-du-site-section li { .plan-du-site-section li {
margin-bottom: 10px; margin-bottom: 20px; /* Ajout de marge en bas de chaque élément de la liste */
} }
.plan-du-site-section a { .plan-du-site-section a {