This commit is contained in:
parent
e5727b5630
commit
ec72fa474c
10 changed files with 220 additions and 45 deletions
|
|
@ -57,13 +57,30 @@ margin-bottom: calc(var(--spacing) * 1);
|
|||
max-width: var(--max-w-content);
|
||||
}
|
||||
|
||||
ul.details{
|
||||
ul.list-nav{
|
||||
display: flex;
|
||||
gap: 3ch;
|
||||
// justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
// gap: 3ch;
|
||||
list-style: none;
|
||||
margin-top: calc(var(--spacing) * -1.5);
|
||||
@media #{$small} {
|
||||
margin-top: calc(var(--spacing) * -0.5);
|
||||
}
|
||||
color: var(--color-txt-light);
|
||||
|
||||
li{
|
||||
white-space: nowrap;
|
||||
margin-right: 2ch;
|
||||
&:last-of-type{
|
||||
margin-right: 0;
|
||||
}
|
||||
@media #{$small} {
|
||||
width: 12ch;
|
||||
}
|
||||
margin-bottom: calc(var(--spacing) * 0.25);
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
text-transform: lowercase;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue