Skip to content

Commit fdbe7a6

Browse files
[DURACOM-195] fix
1 parent d1dc8e6 commit fdbe7a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/themes/dspace/app/header/header.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[attr.role]="(isMobile$ | async) ? 'navigation' : 'presentation'"
66
[attr.aria-label]="(isMobile$ | async) ? ('nav.main.description' | translate) : null"
77
class="h-100 flex-fill d-flex flex-row flex-nowrap justify-content-start align-items-center gapx-3">
8-
<a class="d-block" routerLink="/home" [attr.aria-label]="'home.title' | translate">
8+
<a class="d-block my-2 my-md-0" routerLink="/home" [attr.aria-label]="'home.title' | translate">
99
<img id="header-logo" src="assets/images/dspace-logo.svg" [attr.alt]="'menu.header.image.logo' | translate"/>
1010
</a>
1111
<nav *ngIf="!(isMobile$ | async)" class="navbar navbar-expand p-0 align-items-stretch align-self-stretch" id="desktop-navbar" [attr.aria-label]="'nav.main.description' | translate">

0 commit comments

Comments
 (0)