feat(master): added backend project, fixed dixous 2.0.1, css and added dockerhub option to project card

This commit is contained in:
2025-05-26 18:33:01 -06:00
parent 2806d654a7
commit 5e52c6dea1
12 changed files with 101 additions and 76 deletions

View File

@ -2,6 +2,8 @@
display: flex;
flex-direction: column;
flex-wrap: wrap;
background-color: var(--card-background-color);
border-radius: var(--card-border-radius);
/* flex-basis: 50%; */
}