feat: add more sections and make it prettier #6

Merged
naomi merged 11 commits from feat/sections into main 2026-01-09 19:02:46 -08:00
Showing only changes of commit 08d3781a7c - Show all commits
+12
View File
@@ -364,6 +364,13 @@
align-items: center;
justify-content: center;
overflow: hidden;
transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.timeline-avatar:hover {
width: 120px;
height: 120px;
transform: translateX(-50%) scale(1);
}
.timeline-avatar img {
@@ -560,6 +567,11 @@
width: 60px;
height: 60px;
}
.timeline-avatar:hover {
width: 150px;
height: 150px;
}
}
@media (max-width: 720px) {