Skip to content
Snippets Groups Projects
Commit 948fa5cf authored by L. Henze's avatar L. Henze
Browse files

Moving margins to a bootstrap class attribute

parent cf980dfb
No related branches found
No related tags found
No related merge requests found
.browse-by-metadata {
margin: 2rem 0 ;
}
\ No newline at end of file
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment