added project pages, updated page for FAM.

This commit is contained in:
Hunter W.
2026-06-08 22:25:39 -04:00
parent 0b161f3e2d
commit 89e5c2364c
27 changed files with 1860 additions and 55 deletions

View File

@@ -149,6 +149,14 @@ body {
height: 28;
}
.expand-on-hover-button {
transition: all 0.2s ease;
}
.expand-on-hover-button:hover {
scale: 1.05;
}
@media (max-width: 640px) {
h1 {
font-size: 32px !important;