create template packages
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s

This commit is contained in:
Julie Blanc 2026-02-25 18:22:13 +01:00
parent f73b8cb90b
commit aba8b4f37e
20 changed files with 414 additions and 526 deletions

View file

@ -84,8 +84,8 @@
.description {
font-size: var(--fs-small);
@include clamp(2);
margin-top: calc(var(--spacing)*0.25);
display: none;
// margin-top: calc(var(--spacing)*-0.5);
// display: none;
}

View file

@ -29,7 +29,6 @@
}
.content{
// padding: var(--padding-inner);
display: flex;
flex-direction: column;
}
@ -119,9 +118,6 @@
}
@media #{$small-up} {
[data-template="home"] .pinned-home{
grid-column: span 2;
@ -178,5 +174,3 @@
}
}

View file

@ -1,3 +1,5 @@
[data-template="package"] .page__content,
.main__single .page__content,
#investigation__content{
font-size: var(--fs-text);