mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
20 lines
283 B
SCSS
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%;
|
|
}
|