1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-10 11:35:10 +02:00
blog/src/components/molecules/Vcard.module.scss

29 lines
350 B
SCSS

@import 'variables';
@import 'mixins';
.vcard {
margin-bottom: $spacer * 2;
}
.avatar {
@include media-frame;
margin-bottom: $spacer / 3;
&,
img {
border-radius: 50%;
overflow: hidden;
}
}
.description {
font-size: $font-size-h5;
margin-top: 0;
margin-bottom: ($spacer / $line-height);
a {
display: block;
}
}