trwnh.com/unified.test.hugo/assets/styles/layouts/partials/mf2/h-card.scss

20 lines
No EOL
321 B
SCSS

.author-card {
display: inline-flex;
align-items: center;
gap: 0.5em;
.author-card__link {
text-decoration: none;
color: inherit;
display: contents;
&:after {
display: none; // suppress "external links" icon
}
}
&__avatar {
width: 3em;
border-radius: 100em;
}
&__name {
font-weight: bold;
}
}