1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00
blog/src/components/molecules/Vcard.module.css
2021-03-04 22:53:35 +01:00

17 lines
327 B
CSS

.avatar {
composes: frame from '../atoms/Image.module.css';
border: 2px solid transparent;
border-radius: 50%;
margin-bottom: calc(var(--spacer) / 3);
}
.description {
font-size: var(--font-size-h5);
margin-top: 0;
margin-bottom: calc(var(--spacer) / var(--line-height));
}
.description a {
display: block;
}