style: 💄 Move tooltip down

This commit is contained in:
ThatOneCalculator 2022-03-21 18:18:50 -07:00
parent 7c5db6ab7c
commit b8e4c56c10
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $bg: #26233a;
color: $color_1;
background-color: $bg;
opacity: 0.8;
margin-top: 10px;
margin-top: 30px;
padding: 10px;
font-family: $font-mono;
> .tippy-backdrop {