1
0
Fork 0
ejv2.cc/themes/risotto/assets/css/about.css
Ethan Marshall 1e9aced66d
Clean up and make more minimal
Removed dependence on fontawesome for three icons
2024-08-12 17:39:05 +01:00

26 lines
351 B
CSS

/* 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;
}