You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
412 B
30 lines
412 B
.body {
|
|
background-color: var(--secondary);
|
|
border-top: 0.1rem solid var(--borders);
|
|
|
|
padding: 3rem;
|
|
}
|
|
|
|
.branding {
|
|
display: inline-block;
|
|
font-size: 2rem;
|
|
margin-left: 1rem;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.socials {
|
|
margin-left: 4rem;
|
|
display: inline-block;
|
|
height: 100%;
|
|
padding: 1rem 0;
|
|
}
|
|
|
|
.socialLink {
|
|
// color: var(--primary);
|
|
// cursor: pointer;
|
|
|
|
height: 3rem;
|
|
width: 3rem;
|
|
margin-right: 2rem;
|
|
}
|