diff --git a/public/javascripts/app/templates/multi-photo.handlebars b/public/javascripts/app/templates/multi-photo.handlebars index 843e0540a..49a4c781a 100644 --- a/public/javascripts/app/templates/multi-photo.handlebars +++ b/public/javascripts/app/templates/multi-photo.handlebars @@ -3,9 +3,11 @@ {{text}} - {{#each photos}} -
- -
- {{/each}} +
+ {{#each photos}} +
+ +
+ {{/each}} +
diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss index d1be90563..96e30fd33 100644 --- a/public/stylesheets/sass/new-templates.scss +++ b/public/stylesheets/sass/new-templates.scss @@ -64,6 +64,11 @@ $light-grey: #999; } } +.photoset { + @include center(horizontal); + width: 100%; +} + .note { width: 550px;