1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/assets/sass/components/_photos.scss
2019-10-16 15:44:57 -04:00

20 lines
283 B
SCSS

.photos {
padding: 8vmin $pad-min 4vmin;
}
.photos__container {
@include container;
display: grid;
grid-gap: 2vmin 2vmin;
grid-template-columns: repeat(3, 1fr);
}
.photos__thumb-container {
line-height: 0;
}
.photos__thumb {
border-radius: 0.25rem;
width: 100%;
}