Added logo. Fixed dashboard

This commit is contained in:
2017-03-05 23:12:24 +01:00
parent c84da1ff08
commit 6ec26467bd
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<a *ngFor="let beer of beers" [routerLink]="['/detail', beer.id]">
<div class="col-md-3">
<div class="well">
<div class="well" style="min-height: 100px;">
<h4>{{beer.name}}</h4>
</div>
</div>