Files
nathanupchurch.com/public/css/me.css
2026-01-03 16:19:15 -06:00

42 lines
742 B
CSS

/* /Me */
.links-container {
grid-column: 1 / span 12;
.socialLinks {
max-width: calc(var(--space-3xl) * 3);
margin: auto;
}
}
.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 {
padding: 0;
margin: 0;
font-size: var(--step-4);
line-height: calc(var(--step-4) * 0.5 + 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-6xl);
border-radius: 50%;
border: solid 2px var(--text-color);
}