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

18 lines
319 B
SCSS
Raw Normal View History

2018-09-07 13:08:01 +02:00
@import 'variables';
.exif {
font-size: $font-size-small;
color: $brand-grey-light;
margin-top: -($spacer);
margin-bottom: $spacer * 2;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
span {
flex: 1;
white-space: nowrap;
}
}