MacMini
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user