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 5ce36a2aaea1..c7b93a56aebf 100644
--- a/packages/schematics/angular/application/other-files/app.component.html.template
+++ b/packages/schematics/angular/application/other-files/app.component.html.template
@@ -53,10 +53,16 @@
.toolbar #twitter-logo {
height: 40px;
- margin: 0 16px;
+ margin: 0 8px;
+ }
+
+ .toolbar #youtube-logo {
+ height: 40px;
+ margin-left: 16px;
}
- .toolbar #twitter-logo:hover {
+ .toolbar #twitter-logo:hover,
+ .toolbar #youtube-logo:hover {
opacity: 0.8;
}
@@ -313,6 +319,12 @@