mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
12 lines
154 B
SCSS
12 lines
154 B
SCSS
.photos-container {
|
|
@include container;
|
|
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
grid-gap: 1rem;
|
|
}
|
|
|
|
.photo-thumb {
|
|
width: 100%;
|
|
}
|