1
0
Fork 0
blog/src/components/molecules/PostDate.module.scss

9 lines
154 B
SCSS

@import 'variables';
.time {
font-style: italic;
font-size: $font-size-small;
color: $text-color-light;
margin-bottom: $spacer / $line-height;
}