page-cover with caption
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
c34384adab
commit
6cd89d11fb
17 changed files with 355 additions and 23 deletions
|
|
@ -856,6 +856,14 @@ button.sort[data-sort-type=up] .arrow {
|
|||
opacity: 0 !important;
|
||||
}
|
||||
}
|
||||
figcaption, .caption {
|
||||
font-size: var(--fs-small);
|
||||
color: var(--color-txt-light);
|
||||
font-weight: 500;
|
||||
line-height: 1.1;
|
||||
margin: calc(var(--spacing) * 0.5) 0 !important;
|
||||
}
|
||||
|
||||
#investigation__hero {
|
||||
width: 100%;
|
||||
max-width: var(--max-w-cards);
|
||||
|
|
@ -1454,17 +1462,6 @@ button.sort[data-sort-type=up] .arrow {
|
|||
#investigation__content ul li {
|
||||
margin: calc(var(--spacing) * 0.5) 0;
|
||||
}
|
||||
[data-template=package] .page__content figcaption, [data-template=package] .page__content .caption,
|
||||
.main__single .page__content figcaption,
|
||||
.main__single .page__content .caption,
|
||||
#investigation__content figcaption,
|
||||
#investigation__content .caption {
|
||||
font-size: var(--fs-small);
|
||||
color: var(--color-txt-light);
|
||||
font-weight: 500;
|
||||
line-height: 1.1;
|
||||
margin: calc(var(--spacing) * 0.5) 0 !important;
|
||||
}
|
||||
[data-template=package] .page__content video, [data-template=package] .page__content figure, [data-template=package] .page__content img, [data-template=package] .page__content picture,
|
||||
.main__single .page__content video,
|
||||
.main__single .page__content figure,
|
||||
|
|
@ -2963,6 +2960,9 @@ main .page__header .page__title {
|
|||
margin-bottom: calc(var(--spacing) * 1);
|
||||
}
|
||||
}
|
||||
main .page__header .page__cover {
|
||||
margin-top: calc(var(--spacing) * 2);
|
||||
}
|
||||
main .page__header .date {
|
||||
display: block;
|
||||
margin-top: calc(var(--spacing) * -1.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue