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

15 lines
221 B
SCSS
Raw Normal View History

2024-10-12 18:45:14 +00:00
.author-card {
.author-card__link {
2024-10-05 06:27:07 +00:00
text-decoration: none;
color: inherit;
font-weight: bold;
display: inline-flex;
align-items: center;
gap: 0.5em;
}
2024-10-12 18:45:14 +00:00
&__avatar {
2024-10-05 06:27:07 +00:00
width: 3em;
border-radius: 100em;
}
2024-10-12 18:45:14 +00:00
2024-10-05 06:27:07 +00:00
}