Update links page

This commit is contained in:
2026-01-03 16:19:15 -06:00
parent 41b8d4bc13
commit 9f8b81435f
2 changed files with 10 additions and 2 deletions

View File

@@ -9,8 +9,16 @@
}
.socialLinks a button {
align-items: center;
display: flex;
flex-flow: row nowrap;
height: var(--space-xl);
justify-content: center;
width: 100%;
margin: 0 0 var(--space-s) 0;
& > img {
max-width: var(--space-s);
}
}
h1.socialTitle {
@@ -27,7 +35,7 @@ h1.socialTitle {
}
img.profilePic {
max-width: var(--space-3xl);
max-width: var(--space-6xl);
border-radius: 50%;
border: solid 2px var(--text-color);
}