This commit is contained in:
parent
6cd89d11fb
commit
7fc8ab6c5a
5 changed files with 38 additions and 131 deletions
|
|
@ -24,28 +24,7 @@
|
|||
gap: calc(var(--padding-inner)*0.5);
|
||||
}
|
||||
|
||||
.type{
|
||||
height: calc(var(--h-block)*0.75);
|
||||
border-radius: var(--radius-small);
|
||||
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 1ch;
|
||||
padding-top: 3px;
|
||||
|
||||
font-size: var(--fs-xsmall);
|
||||
line-height: 1;
|
||||
font-weight: 500;
|
||||
|
||||
|
||||
color: var(--color-txt-light);
|
||||
border: 1px solid var(--color-txt-light);
|
||||
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.title{
|
||||
font-size: var(--fs-normal);
|
||||
|
|
@ -59,7 +38,6 @@
|
|||
|
||||
.date{
|
||||
font-size: var(--fs-small);
|
||||
// margin-top: calc(var(--spacing)*1.5);
|
||||
}
|
||||
|
||||
.investigations{
|
||||
|
|
|
|||
|
|
@ -1960,22 +1960,6 @@ figcaption, .caption {
|
|||
display: flex;
|
||||
gap: calc(var(--padding-inner) * 0.5);
|
||||
}
|
||||
.card--block .type {
|
||||
height: calc(var(--h-block) * 0.75);
|
||||
border-radius: var(--radius-small);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 1ch;
|
||||
padding-top: 3px;
|
||||
font-size: var(--fs-xsmall);
|
||||
line-height: 1;
|
||||
font-weight: 500;
|
||||
color: var(--color-txt-light);
|
||||
border: 1px solid var(--color-txt-light);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.card--block .title {
|
||||
font-size: var(--fs-normal);
|
||||
font-weight: 500;
|
||||
|
|
@ -3106,7 +3090,7 @@ main .page__header ul.details li:hover {
|
|||
.section--home .col-left {
|
||||
align-self: start;
|
||||
position: sticky;
|
||||
top: calc(var(--header-h) + var(--spacing) * 4);
|
||||
top: calc(var(--header-h) + var(--spacing) * 1.5);
|
||||
}
|
||||
.section--home .col-right {
|
||||
width: 100%;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -56,7 +56,7 @@
|
|||
.col-left {
|
||||
align-self: start;
|
||||
position: sticky;
|
||||
top: calc(var(--header-h) + var(--spacing)*4);
|
||||
top: calc(var(--header-h) + var(--spacing)*1.5);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue