feat: 💄 add right margin to title text

This commit is contained in:
ThatOneCalculator 2022-10-25 23:17:06 -07:00
parent 73d533ff4f
commit 66876f5bfe
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.4.3",
"version": "12.119.0-calc.4.6",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -206,6 +206,7 @@ onUnmounted(() => {
font-weight: bold;
flex-shrink: 0;
margin-left: 24px;
margin-right: 1rem;
> .avatar {
$size: 32px;