Major styling update
This commit is contained in:
29
public/css/me.css
Normal file
29
public/css/me.css
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user