This commit is contained in:
2023-11-11 15:21:05 +01:00
parent 1d3bb9e9df
commit 933158108a
379 changed files with 33788 additions and 3030 deletions

View File

@@ -1,6 +1,17 @@
.tableau ul {
display: flex;
justify-content: space-between;
text-align: left;
}
.tableau li:nth-child(1) {
width: 300px;
}
.tableau li:nth-child(2),
.tableau li:nth-child(3),
.tableau li:nth-child(4),
.tableau li:nth-child(5) {
width: 100px;
}
.tableau li {
@@ -23,6 +34,3 @@ figure img:hover {
height: 180px !important;
}
.figure {
display: block !important;
}