fix: sticky content nav, news list, adhesions

This commit is contained in:
Matthieu Bessat 2024-03-10 17:33:41 +01:00
parent a539a53fac
commit 70cd04bab6
15 changed files with 152 additions and 62 deletions

View file

@ -1,3 +1,4 @@
// in the context of reading the article
.article__date {
font-style: italic;
}
@ -6,10 +7,14 @@
max-width: 100%;
img {
object-fit: contain;
aspect-ratio: 1;
max-height: 60vh;
max-width: 100%;
}
}
// card in list
.article-card {
display: flex;
background-color: rgba(0, 0, 0, 0.2);
@ -108,6 +113,7 @@
float: right;
}
@media (max-width: $sm-breakpoint) {
.prominent-article {
.article__title {
@ -123,4 +129,3 @@
}
}