Style li in news-jobs cards

This commit is contained in:
Lucie Anglade 2023-09-05 15:47:30 +02:00
parent 62363dc8ae
commit 05306e141f
1 changed files with 10 additions and 0 deletions

View File

@ -171,6 +171,16 @@ main > section {
padding: 1em;
}
.news-jobs > article section:last-of-type ul,
.news-jobs > article section:last-of-type li,
.news-jobs > article section:last-of-type p {
display: inline;
}
.news-jobs > article section:last-of-type li:not(:last-of-type):after {
content: ",";
}
.news-jobs h3 {
margin: 0;
}