fix photoset positioning

This commit is contained in:
danielgrippi 2012-02-19 11:19:55 -08:00
parent c0eeb7680b
commit e60bd7b3e5
2 changed files with 12 additions and 5 deletions

View file

@ -3,9 +3,11 @@
{{text}}
</h3>
{{#each photos}}
<div class="img-bounding-box">
<img src="{{sizes.large}}" />
</div>
{{/each}}
<div class="photoset">
{{#each photos}}
<div class="img-bounding-box">
<img src="{{sizes.large}}" />
</div>
{{/each}}
</div>
</div>

View file

@ -64,6 +64,11 @@ $light-grey: #999;
}
}
.photoset {
@include center(horizontal);
width: 100%;
}
.note {
width: 550px;