feat(dioxus): refactored to use more table lookups, ready to start on doubling up everythning

This commit is contained in:
2025-04-23 10:58:22 -06:00
parent 25238dea05
commit c286ebaa5f
7 changed files with 181 additions and 133 deletions

View File

@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
flex-wrap: wrap;
background-color: aqua;
/* background-color: aqua; */
}
.project-card img {
@ -57,13 +57,16 @@
align-items: center;
align-self: center;
width: 90%;
justify-content: space-between;
/* gap: 1svw; */
justify-content: flex-start;
column-gap: calc((100% - (60px * 5)) / 4);
row-gap: 1svw;
padding-bottom: 1svh;
}
.project-tech-logos img {
width: 60px;
height: 60px;
padding: 1svh 0px;
aspect-ratio: 1;
max-width: 60px;
max-height: 60px;
flex: 0 1 19%;
}