Skip to content

Commit 195f992

Browse files
authoredOct 18, 2021
fix: github icon was not centered on mobile (#1067)
The class was already there but not used.
1 parent 4926c49 commit 195f992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎material.angular.io/src/app/shared/navbar/navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</a>
3030
<a mat-icon-button class="docs-button docs-navbar-show-small"
3131
href="https://github.com/angular/components" aria-label="GitHub Repository">
32-
<img class="docs-angular-logo"
32+
<img class="docs-angular-logo docs-navbar--github-logo"
3333
src="../../../assets/img/homepage/github-circle-white-transparent.svg"
3434
alt="angular">
3535
</a>

0 commit comments

Comments
 (0)
Please sign in to comment.