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}}
|
||||
</h3>
|
||||
|
||||
<div class="photoset">
|
||||
{{#each photos}}
|
||||
<div class="img-bounding-box">
|
||||
<img src="{{sizes.large}}" />
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -64,6 +64,11 @@ $light-grey: #999;
|
|||
}
|
||||
}
|
||||
|
||||
.photoset {
|
||||
@include center(horizontal);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.note {
|
||||
width: 550px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue