You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
351 B
CSS
27 lines
351 B
CSS
3 years ago
|
/* About/bio section */
|
||
|
.about__logo {
|
||
|
height: 1.5rem;
|
||
|
}
|
||
|
|
||
|
.about__title {
|
||
|
display: inline;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.about__title::before {
|
||
|
content: none;
|
||
|
}
|
||
|
|
||
|
/* Social media links */
|
||
|
.aside__social-links {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.aside__social-links li {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.aside__social-links li::marker {
|
||
|
content: none;
|
||
|
}
|