create template packages
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
This commit is contained in:
parent
f73b8cb90b
commit
aba8b4f37e
20 changed files with 414 additions and 526 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
[data-template="package"] .page__content,
|
||||
.main__single .page__content,
|
||||
#investigation__content{
|
||||
font-size: var(--fs-text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue