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:
9
styles/pages/home/expertise-section.css
Normal file
9
styles/pages/home/expertise-section.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Expertise Section */
|
||||
.expertise-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.expertise-card {
|
||||
}
|
||||
Reference in New Issue
Block a user