fix photoset positioning
This commit is contained in:
parent
c0eeb7680b
commit
e60bd7b3e5
2 changed files with 12 additions and 5 deletions
|
|
@ -3,9 +3,11 @@
|
||||||
{{text}}
|
{{text}}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{{#each photos}}
|
<div class="photoset">
|
||||||
<div class="img-bounding-box">
|
{{#each photos}}
|
||||||
<img src="{{sizes.large}}" />
|
<div class="img-bounding-box">
|
||||||
</div>
|
<img src="{{sizes.large}}" />
|
||||||
{{/each}}
|
</div>
|
||||||
|
{{/each}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,11 @@ $light-grey: #999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.photoset {
|
||||||
|
@include center(horizontal);
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
width: 550px;
|
width: 550px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue