feat: Update About page content with new media, refactor BentoGrid layout, and optimize particle background performance and styling.

This commit is contained in:
2026-02-03 01:29:11 -06:00
parent c2f3b57837
commit 2f8b4e690e
25 changed files with 128 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
.bento-grid-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 250px);
grid-auto-rows: 250px;
gap: 20px;
width: 100%;
max-width: 1200px;