4,554
edits
No edit summary |
No edit summary |
||
Line 1,116: | Line 1,116: | ||
} | } | ||
.list- | .list-entry-number { | ||
width: calc(10% - 0px); | |||
} | |||
.list-people { | |||
width: calc(20% - 0px); | |||
} | |||
.list-title { | |||
width: calc(40% - 0px); | |||
} | |||
.list-type { | |||
width: calc(10% - 0px); | |||
} | } | ||
.list-images { | .list-images { | ||
display: flex; /* Also make the images flex if they are inline */ | display: flex; /* Also make the images flex if they are inline */ | ||
} | } | ||
.list-image1, .list-image2, .list-image3, .list-image4, .list-image5 { | .list-image1, .list-image2, .list-image3, .list-image4, .list-image5 { | ||
margin-right: 10px; /* Space between images if they are displayed in a row */ | margin-right: 10px; /* Space between images if they are displayed in a row */ |