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

20 lines
332 B
SCSS
Raw Normal View History

2024-10-12 18:45:14 +00:00
.author-card {
display: inline-flex;
align-items: center;
gap: 0.5em;
2024-10-12 18:45:14 +00:00
.author-card__link {
2024-10-05 06:27:07 +00:00
text-decoration: none;
color: inherit;
display: contents;
&:after {
2024-10-16 05:34:37 +00:00
display: none !important; // suppress "external links" icon
}
2024-10-05 06:27:07 +00:00
}
2024-10-12 18:45:14 +00:00
&__avatar {
2024-10-05 06:27:07 +00:00
width: 3em;
border-radius: 100em;
}
&__name {
font-weight: bold;
}
2024-10-05 06:27:07 +00:00
}