4,090
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
display: none; | display: none; | ||
} | } | ||
.list { | .list { | ||
display: flex; | display: flex; | ||
Line 46: | Line 45: | ||
margin-left: -1px; | margin-left: -1px; | ||
transform: translateX(-1px); | transform: translateX(-1px); | ||
} | |||
.card:nth-child(5n + 1) { | |||
margin-left: 0; | |||
transform: none; | |||
} | } | ||
.card:last-child { | .card:last-child { | ||
margin-right: 0; | margin-right: 0; | ||
border-right: 1px solid black; | |||
} | } | ||