Fix(UI): \n 1. Increase margin on cards. \n 2. Move project details above project thumbnail in project section. \n 3. Disable Google Translate on-text-hover behaviour that interferes with page and expected functionality. \n 4. Updated GitHub contributions calendar colour scale to match user-selected page theme.

This commit is contained in:
2025-03-05 18:13:32 +00:00
parent 48c4c9bef6
commit 5d488bd601
10 changed files with 117 additions and 29 deletions

View File

@@ -13,7 +13,10 @@ nav ul {
justify-content: center;
gap: 2rem;
}
nav ul li {
margin-top: auto;
margin-bottom: auto;
}
nav a {
color: var(--text-background-colour);
text-decoration: none;