feat(dioxusRefresh): version 1 of the site is finished, TODO more projects and additional pages, and backend

This commit is contained in:
2025-04-25 20:18:47 -06:00
parent 03082a1904
commit fdea3d2f15
4 changed files with 46 additions and 19 deletions

View File

@ -18,20 +18,24 @@
}
.project-card img {
max-width: 100%;
max-width: 96%;
max-height: 200px;
justify-self: center;
margin: 0svh 1svw;
padding-top: 1svh;
object-fit: contain;
color: transparent;
display: flex;
aspect-ratio: 3/2;
}
.project-title-info {
display: flex;
flex-direction: row;
height: 50px;
border-bottom: var(--underlineTitle);
border-radius: var(--underlineTitleBorderRadius);
margin: 0px 2svw;