Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

fix: github icon was not centered on mobile #1067

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/shared/navbar/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</a>
<a mat-icon-button class="docs-button docs-navbar-show-small"
href="https://github.com/angular/components" aria-label="GitHub Repository">
<img class="docs-angular-logo"
<img class="docs-angular-logo docs-navbar--github-logo"
src="../../../assets/img/homepage/github-circle-white-transparent.svg"
alt="angular">
</a>
Expand Down