More styling
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user