Major styling update

This commit is contained in:
2024-02-26 20:59:34 -06:00
parent 69d7cd1da6
commit fcc91a17d4
98 changed files with 489 additions and 860 deletions

29
public/css/me.css Normal file
View File

@ -0,0 +1,29 @@
/* /Me */
.links-container {
grid-column: 1 / span 12;
padding: 0 var(--space-3xl);
}
.socialLinks a button {
width: 100%;
margin: 0 0 var(--space-s) 0;
}
h1.socialTitle {
padding: 0;
margin: 0;
font-size: var(--step-4);
}
.links-container p {
font-size: var(--step-0);
line-height: calc(var(--step-0) * 0.5 + var(--step-0));
padding-top: var(--space-3xs);
}
img.profilePic {
max-width: var(--space-3xl);
border-radius: 50%;
border: solid 2px var(--text-color);
}