feat(dioxus): added all techs/tools to hashmap

This commit is contained in:
2025-04-23 12:27:47 -06:00
parent c286ebaa5f
commit c5fa636b39
3 changed files with 195 additions and 4 deletions

View File

@ -1,8 +1,15 @@
.project-section {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.project-card {
display: flex;
flex-direction: column;
flex-wrap: wrap;
/* background-color: aqua; */
flex: 0 1 48%;
gap: 1svw;
}
.project-card img {
@ -18,8 +25,8 @@
border-bottom: var(--underlineTitle);
width: 80%;
margin: 0px 4svw;
padding: 0px 4svw;
margin: 0px 2svw;
padding: 0px 2svw;
justify-content: space-between;
align-items: center;