feat(home): homepage finished

This commit is contained in:
2025-04-25 14:03:33 -06:00
parent 05cb8cfc73
commit 8ab01ca725
14 changed files with 377 additions and 195 deletions

View File

@ -14,9 +14,9 @@
.tech-cat h3 {
border-bottom: var(--underlineTitle);
border-radius: var(--underlineTitleBorderRadius);
margin: 2svh 1svw;
padding-left: 2svw;
display: flex;
margin: 2svh 2svw;
padding: 0svh 2svw;
padding-bottom: 1svh;
}