trwnh.com/unified.test.hugo/assets/styles/layouts/partials/mf2/h-card.scss
2024-10-12 13:45:14 -05:00

15 lines
No EOL
221 B
SCSS

.author-card {
.author-card__link {
text-decoration: none;
color: inherit;
font-weight: bold;
display: inline-flex;
align-items: center;
gap: 0.5em;
}
&__avatar {
width: 3em;
border-radius: 100em;
}
}