New style initial
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user