Update /me

This commit is contained in:
2024-10-23 18:19:12 -05:00
parent a7ec4e9335
commit bfdb9f8419
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,10 @@
.links-container {
grid-column: 1 / span 12;
padding: 0 var(--space-3xl);
.socialLinks {
max-width: calc(var(--space-3xl) * 3);
margin: auto;
}
}
.socialLinks a button {