More styling

This commit is contained in:
Zakary Timson 2018-08-08 01:36:25 -04:00
parent 5724d9fcca
commit 4586b2ba5e

View File

@ -9,7 +9,7 @@
<h5 class="mt-3 mb-0 pl-3">Links</h5> <h5 class="mt-3 mb-0 pl-3">Links</h5>
<mat-list> <mat-list>
<mat-list-item *ngFor="let l of links"> <mat-list-item *ngFor="let l of links">
<a [href]="l.link">{{l.name}}</a> <a target="_blank" [href]="l.link">{{l.name}}</a>
</mat-list-item> </mat-list-item>
</mat-list> </mat-list>
</div> </div>