mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Moving margins to a bootstrap class attribute
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
.browse-by-metadata {
|
||||
margin: 2rem 0 ;
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
<h2 class="comcol-browse-label h5">{{'browse.comcol.head' | translate}}</h2>
|
||||
<nav class="comcol-browse" aria-label="Browse Community or Collection" >
|
||||
<nav class="comcol-browse mb-4" aria-label="Browse Community or Collection" >
|
||||
<div class="list-group list-group-horizontal">
|
||||
<a *ngIf="contentType=='collection'" [routerLink]="['/collections/' + id ]" class="list-group-item" routerLinkActive="active">{{'collection.page.browse.recent.head' | translate}}</a>
|
||||
<a *ngIf="contentType=='community'" [routerLink]="['/communities/' + id ]" class="list-group-item" routerLinkActive="active" >{{'community.all-lists.head' | translate}}</a>
|
||||
|
Reference in New Issue
Block a user