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

@ -63,15 +63,11 @@
display: flex;
flex-direction: column;
margin-bottom: 4svh;
background-color: var(--card-background-color);
border-radius: var(--card-border-radius);
}
#experience div {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
background-color: var(--card-background-color);
border-radius: var(--card-border-radius);
margin: 4svh 0px;
}