Skip to content

Commit ce9f3ed

Browse files
committed
Center empty gallery
1 parent c8fff72 commit ce9f3ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: sample.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ <h3>fileCollection + jobCollection Test App</h3>
6363
</div>
6464
</div>
6565
{{else}}
66-
<p class="text-info text-center">No images in gallery, drag some image files here to upload</p>
66+
<div class="col-sm-12">
67+
<div class="container">
68+
<p class="lead text-info text-center ">No images in gallery, drag some image files here to upload</p>
69+
</div>
70+
</div>
6771
{{/each}}
6872
</div>
6973
</div>

0 commit comments

Comments
 (0)