feat(dioxus): refactored to use more table lookups, ready to start on doubling up everythning
This commit is contained in:
@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user