1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 11:16:25 +02:00
blog/src/pages/photos.module.scss
2018-09-23 23:03:56 +02:00

27 lines
403 B
SCSS

@import 'variables';
@import 'mixins';
.photos {
@include breakoutviewport;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: $spacer;
padding-right: $spacer;
@media (min-width: $screen-md) {
padding-left: 0;
padding-right: 0;
}
}
.photo {
flex: 0 0 48%;
margin-bottom: 4%;
a {
display: block;
}
}