1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-17 18:13:14 +02:00
blog/src/components/atoms/PostLinkActions.module.scss

9 lines
159 B
SCSS
Raw Normal View History

2018-07-19 16:49:20 +02:00
@import 'variables';
.postLinkActions {
display: flex;
justify-content: space-between;
margin-top: $spacer * 2;
margin-bottom: $spacer * 2;
}