modification card article
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
4610cc4fe7
commit
a1554cfae0
7 changed files with 44 additions and 53 deletions
|
|
@ -1148,7 +1148,6 @@ button.sort[data-sort-type=up] .arrow {
|
|||
.card--article .content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 2;
|
||||
}
|
||||
.card--article .pin {
|
||||
position: absolute;
|
||||
|
|
@ -1179,7 +1178,6 @@ button.sort[data-sort-type=up] .arrow {
|
|||
}
|
||||
.card--article .description {
|
||||
margin-top: calc(var(--spacing) * 1);
|
||||
font-size: var(--fs-small);
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
|
|
@ -1187,7 +1185,7 @@ button.sort[data-sort-type=up] .arrow {
|
|||
}
|
||||
.card--article .dl {
|
||||
margin-top: calc(var(--spacing) * 0.5);
|
||||
font-size: var(--fs-small);
|
||||
border-bottom: var(--border-light);
|
||||
}
|
||||
.card--article .dl .dl__group {
|
||||
display: grid;
|
||||
|
|
@ -1207,17 +1205,9 @@ button.sort[data-sort-type=up] .arrow {
|
|||
.card--article .dl ul li {
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
.card--article .dl .dl__group__keywords {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.card--article .keywords-wrapper {
|
||||
display: grid;
|
||||
grid-gap: var(--padding-inner);
|
||||
grid-template-columns: 2fr 3fr;
|
||||
position: relative;
|
||||
z-index: 3000;
|
||||
margin-top: calc(var(--spacing) * -1);
|
||||
margin-bottom: calc(var(--spacing) * 0.5);
|
||||
margin-top: calc(var(--spacing) * 0.5);
|
||||
}
|
||||
.card--article .keywords {
|
||||
grid-column: 2;
|
||||
|
|
@ -1927,7 +1917,9 @@ main .page__header .page__title {
|
|||
text-wrap: balance;
|
||||
}
|
||||
main .page__header .description {
|
||||
max-width: 68ch;
|
||||
font-size: var(--fs-medium);
|
||||
max-width: 58ch;
|
||||
line-height: 1.1;
|
||||
}
|
||||
main .page__header .description-medium {
|
||||
font-size: var(--fs-medium);
|
||||
|
|
@ -2461,9 +2453,6 @@ main .page__header .description-medium {
|
|||
text-transform: uppercase;
|
||||
margin-bottom: calc(var(--spacing) * 0.75);
|
||||
}
|
||||
.content-folder section:target {
|
||||
padding-top: calc(var(--header-h) + var(--spacing));
|
||||
}
|
||||
@media screen and (max-width: 1080px) {
|
||||
.content-folder #section__investigations {
|
||||
display: grid;
|
||||
|
|
@ -2478,6 +2467,9 @@ main .page__header .description-medium {
|
|||
grid-column: span 2;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.content-folder section:target {
|
||||
padding-top: calc(var(--header-h) + var(--spacing));
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1080px) {
|
||||
.content-folder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue