Add credits in app about section
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
fe7c7660d3
commit
b21c8f8c3a
3 changed files with 26 additions and 4 deletions
|
|
@ -39,7 +39,7 @@
|
|||
display: flex;
|
||||
|
||||
& > div {
|
||||
margin: 0 calc(var(--sp-loose) + var(--sp-ultra-tight));
|
||||
margin: 0 var(--sp-loose);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -50,4 +50,11 @@
|
|||
margin: 0 var(--sp-tight)
|
||||
}
|
||||
}
|
||||
|
||||
&__credits {
|
||||
margin-top: var(--sp-loose);
|
||||
& ul {
|
||||
margin: var(--sp-extra-tight) 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue