New style initial

This commit is contained in:
2026-06-28 20:18:03 -05:00
parent 9938f0f8ff
commit 677bf18e5b
45 changed files with 1454 additions and 667 deletions

View File

@@ -16,16 +16,27 @@
justify-content: center;
width: 100%;
margin: 0 0 var(--space-s) 0;
& > img {
max-width: var(--space-s);
& > svg {
fill: var(--background-color);
margin-right: var(--space-xs);
width: var(--space-s);
height: 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));
margin-top: var(--space-m);;
color: var(--contrast-color);
font-family: var(--font-family-ui);
font-size: var(--step-0);
font-style: normal;
font-variation-settings: "wght" 450;
letter-spacing: var(--wide-letter-spacing);
line-height: calc(var(--step-0) * 0.25 + var(--step-0));
text-transform: uppercase;
text-wrap: pretty;
}
.links-container p {
@@ -37,5 +48,5 @@ h1.socialTitle {
img.profilePic {
max-width: var(--space-6xl);
border-radius: 50%;
border: solid 2px var(--text-color);
border: solid 2px var(--contrast-color);
}