We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1dc8e6 commit fdbe7a6Copy full SHA for fdbe7a6
1 file changed
src/themes/dspace/app/header/header.component.html
@@ -5,7 +5,7 @@
5
[attr.role]="(isMobile$ | async) ? 'navigation' : 'presentation'"
6
[attr.aria-label]="(isMobile$ | async) ? ('nav.main.description' | translate) : null"
7
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">
+ <a class="d-block my-2 my-md-0" routerLink="/home" [attr.aria-label]="'home.title' | translate">
9
<img id="header-logo" src="assets/images/dspace-logo.svg" [attr.alt]="'menu.header.image.logo' | translate"/>
10
</a>
11
<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