Skip to content

Commit 9ea34ba

Browse files
OmarioHassanalan-agius4
authored andcommitted
fix(@schematics/angular): fix youtube icon margin
1 parent 625f47d commit 9ea34ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/application/other-files/app.component.html.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
.toolbar #youtube-logo {
6060
height: 40px;
61-
margin-left: 16px;
61+
margin: 0 16px;
6262
}
6363

6464
.toolbar #twitter-logo:hover,
@@ -512,4 +512,4 @@
512512

513513

514514
<% if (routing) { %>
515-
<router-outlet></router-outlet><% } %>
515+
<router-outlet></router-outlet><% } %>

0 commit comments

Comments
 (0)