2024-04-20 18:27:40 +02:00
|
|
|
.comment {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
margin-top: -25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// permet de re-aligner les tags avec les subtitles
|
|
|
|
|
.tags,
|
|
|
|
|
.description,
|
|
|
|
|
.comment {
|
|
|
|
|
margin-top: -1.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-content {
|
|
|
|
|
margin-top: 1rem;
|
|
|
|
|
}
|
2024-04-30 00:05:31 +02:00
|
|
|
|
|
|
|
|
.mission.card-content {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mission .media {
|
|
|
|
|
border-top-style: none;
|
|
|
|
|
align-items: self-end;
|
|
|
|
|
}
|
2024-04-30 00:15:46 +02:00
|
|
|
|
|
|
|
|
.mission div.media {
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
}
|