diff --git a/packages/schematics/angular/application/other-files/app.component.html.template b/packages/schematics/angular/application/other-files/app.component.html.template index c7b93a56aebf..cfeb2ae354a3 100644 --- a/packages/schematics/angular/application/other-files/app.component.html.template +++ b/packages/schematics/angular/application/other-files/app.component.html.template @@ -58,7 +58,7 @@ .toolbar #youtube-logo { height: 40px; - margin-left: 16px; + margin: 0 16px; } .toolbar #twitter-logo:hover, @@ -512,4 +512,4 @@ <% if (routing) { %> -<% } %> \ No newline at end of file +<% } %>