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
|
|
@ -52,5 +52,25 @@ margin-bottom: calc(var(--spacing) * 1);
|
|||
}
|
||||
max-width: var(--max-w-content);
|
||||
}
|
||||
|
||||
ul.details{
|
||||
display: flex;
|
||||
gap: 3ch;
|
||||
list-style: none;
|
||||
margin-top: calc(var(--spacing) * -1.5);
|
||||
color: var(--color-txt-light);
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
text-transform: lowercase;
|
||||
&::after{
|
||||
content: " ↓";
|
||||
}
|
||||
}
|
||||
li:hover{
|
||||
color: var(--color-txt)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue