petits réglages

This commit is contained in:
2024-01-19 15:16:27 +01:00
parent c6d6acfe79
commit 9cdc26dcf1
14 changed files with 253 additions and 63 deletions

View File

@@ -393,3 +393,28 @@
}
}
.equipement-description {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
}
.equipement-item {
display: flex;
width: 100%;
max-width: 600px;
margin-bottom: 20px;
}
.equipement-item img {
width: 100%;
max-width: 200px;
height: auto;
margin-right: 20px;
}
.description {
flex: 1;
}