fix: sticky content nav, news list, adhesions
This commit is contained in:
parent
a539a53fac
commit
70cd04bab6
15 changed files with 152 additions and 62 deletions
|
|
@ -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 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue