Fix: \n 1. Set GitHub contributions calendar scroll position to start at right-most (latest date). \n 2. Set GitHub contributions calendar first column with day of week axis labels to fixed position above scrollable rest of table. \n 3. Removed light-mode-icon.svg

This commit is contained in:
2025-03-06 17:09:33 +00:00
parent e5e29273a9
commit e1597f496f
12 changed files with 47 additions and 61 deletions

View File

@@ -0,0 +1,9 @@
/* Expertise Section */
.expertise-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.expertise-card {
}