Added net worth trend chart

This commit is contained in:
Manuel Forcén Muñoz 2024-05-15 13:30:59 +02:00
parent 759f91a9a2
commit b922895f42
4 changed files with 127 additions and 3 deletions

View file

@ -588,6 +588,10 @@ video {
}
}
.relative {
position: relative;
}
.mb-2 {
margin-bottom: 0.5rem;
}