Feat(dioxus): finished tech category, footer, contact, and started home and tech cards

This commit is contained in:
2025-04-22 16:28:12 -06:00
parent 467edd5e54
commit f2e479acc7
13 changed files with 367 additions and 77 deletions

View File

@ -10,7 +10,7 @@
.tech-cat h3 {
display: flex;
width: 80%;
border-bottom: 4px solid purple;
border-bottom: var(--underlineTitle);
margin: 2svh 0px;
margin-left: 4svw;
padding-left: 2svw;