Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds larger margin
  • Loading branch information
Enngage committed Oct 23, 2018
1 parent fdfdebe commit e7fd7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app/app.component.html
Expand Up @@ -14,7 +14,7 @@ <h1>Masonry gallery demo</h1>
</div>
</div>

<div class="mt-2">
<div class="mt-4">
<button (click)="addRandomImage()" type="button" class="btn btn-success">Add random image</button>
<button (click)="removeRandomImage()" type="button" class="btn btn-danger ml-2">remove random image</button>
<button (click)="addMultipleImages()" type="button" class="btn btn-success ml-2">Add {{ multipleImagesCount }} images</button>
Expand Down

0 comments on commit e7fd7ed

Please sign in to comment.